How could i create growable DataTable dynamicly? #2495
Answered
by
davep
zhajio1988
asked this question in
Q&A
-
I found textual has a widget DataTable, but it's static, how could i create growable DataTable dynamicly? |
Beta Was this translation helpful? Give feedback.
Answered by
davep
May 5, 2023
Replies: 1 comment 5 replies
-
What do you man when you say it's "static"? Have you had a look at the documentation for |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In that case I imagine the approach to take would be to look for changes to your database somehow, or be informed of changes, and when you know there are some load up the new data and add the new rows. Exactly how you go about that will depend heavily on the nature of your application.
Things that might be helpful here are
set_interval
or perhaps workers.