How to tear down a gridjs table? #1380
nabsabraham
started this conversation in
General
Replies: 1 comment 1 reply
-
If you're populating the table using something like this:
Then you can use:
in whatever function that you want triggering the fresh data need. That basically calls your '/your_url_to_get_data' again to get the data. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to be able to destroy the gridjs table so I can ask the server for a fresh/different list of data to display in the table, is that possible? My stack is python/flask. For comparision, I am currently using DataTables and I have access to this functionality
Beta Was this translation helpful? Give feedback.
All reactions