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
- ReactTabulator "options" prop will be passed directly to Tabulator's options when initializing the table.
17
17
18
-
How to call Tabulator's functions?
18
+
**How to call Tabulator's functions?**
19
19
- Use "ref.table" to access to all tabulator functions. [Example](https://github.com/ngduc/react-tabulator/blob/master/src/ReactTabulatorExample.tsx#L83).
20
20
21
21
# Live Examples
22
22
23
-
React-tabulator version may not be the latest in these examples.
23
+
*React-tabulator version may not be the latest in these examples.*
24
24
25
25
- Example - Live Demo: [Codesandbox](https://codesandbox.io/s/0mwpy612xw?module=/src/components/Home.js)
26
26
- Example - Source code: [/src/ReactTabulatorExample.tsx](/src/ReactTabulatorExample.tsx)
@@ -31,6 +31,9 @@ Themes:
31
31
Columns:
32
32
- Dynamically set columns - [Link](https://codesandbox.io/s/react-tabulator-examples-6ldg3?file=/src/components/Home.js)
0 commit comments