Refreshing a table - DONE #2294
VilobatirKedis
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Try putting your Data provider inside your form. I got mine to work, with a structure like this: You should still be able to achieve the same layout as above - just make your form the top-level component. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hello,
I have a table component that shows all the databases present in the MySQL server connected. I have also a button that creates a new database in the server. The problem is that the table doesn't update itself alone when I add new databases, so I need to update the page to see the results. How can I set up a button that updates the table for me?
I tried setting it up like this:
So I have a data provider with a table and a button as childrens. The button has an action attached to it that executes a simple
SHOW DATABASES
query but the table doesn't update.Beta Was this translation helpful? Give feedback.
All reactions