You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AvalynxRef allows the following options for customization:
82
96
83
-
-`selector`: (string) The selector to use for targeting tables within the DOM (default: `.avalynx-ref`).
97
+
-`selector`: (string) The selector to use for targeting tables within the DOM (default: `'.avalynx-ref'`).
84
98
-`options`: An object containing the following keys:
85
-
-`isHtml`: (bool) Treat the value as HTML (default: `false`).
99
+
-`isHtml`: (boolean) Treat the value as HTML (default: `false`).
86
100
101
+
## Planned Features
102
+
- callback function for value change
103
+
87
104
## Contributing
88
105
89
106
Contributions are welcome! If you'd like to contribute, please fork the repository and submit a pull request with your changes or improvements. We're looking for contributions in the following areas:
0 commit comments