-
Hi, From the Tabulator docs (http://tabulator.info/docs/4.5/columns#replace), there is a way to update column definitions without having to reset them all. Is there a way to do the same in Anvil's Tabulator object? I haven't seen a "updateColumnDefinition" function in the auto completer. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The auto completer doesn't capture all of the capabilities of the library. I would do the old "try and fail" method to test if the function exist or not. I would also note that IF it is not apart of the auto completer , it generally follows the JavaScript syntax ( meaning camelCase). I tried said method above and got it work:
|
Beta Was this translation helpful? Give feedback.
The auto completer doesn't capture all of the capabilities of the library. I would do the old "try and fail" method to test if the function exist or not. I would also note that IF it is not apart of the auto completer , it generally follows the JavaScript syntax ( meaning camelCase).
I tried said method above and got it work: