Filter a table dynamically with buttons #2027
Unanswered
stautonico
asked this question in
Q&A
Replies: 2 comments
-
I noticed that someone talked about a similar issue in another discussion (#1175 (comment)). Using react as the renderer seems overkill, is there really no other way to dynamically refresh when the data changes, or even trigger a manual re-render? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe you can change a note which is shown by the query. To force to update the table automatically |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a table that is generated with dataviewjs. I am also using the buttons plugin to dynamically create buttons that can call functions. However, dataviewjs doesn't seem to work like react/angular where changing the input data changes the table. Is there any way to trigger the table to re-render using new data triggered by a function call?
(Simplified example code)
Beta Was this translation helpful? Give feedback.
All reactions