Open SebyOnGitHub opened 14 hours ago
I have the same problem! But in my case I have 2 related errors
IT40lPLq25dIsctZ1rrtbfpsmj45KVh8bZ0S09ZBaBosCJzwP4lzZ8nRUEleTcPid21cIVqjsGcIpu+LufPLEccFHwmIQ75byc9UdA/wXk6nR8WmPZC7OEdSBdlnGh2PyqCOih1dPrF2ZV4+wDuyCOzLSivsH4+zPDEjI+WKGIbNo3CyHSXkUDh2tmNecCfn
Can we access your project?
Current Behavior
When the "Refresh Database Request" action is triggered, the list is updated but not the DataTable.
Expected Behavior
The DataTable should behave like a list and should also update.
Steps to Reproduce
Create a new project/page
Add Supabase
Add a container that queries a table
Add a DataTable, which will then create dynamic children of this query from this container.
Add a button that e.g. inserts a new row into the table and a refresh database action.
(Optionally) Create a list that will also create dynamic children like the DataTable. It should then look something like this:
Reproducible from Blank
Bug Report Code (Required)
IT4oz/Llw4x2occB7s7qdcAxnSQRH0h7U50Z1spOGDwbfaKvPIlzac/BYVhCUuG4THNlKEWJnT4fw+DKkvLLK+4BHxCsfbU5zat6SBaUWlO/aoSlO8ySY3B6RMJYf1yd0Z67rSNCHO9YLn9h7GC2AezKdB3UQb36Zwh9f6PHaOI=
Visual documentation
Here, a few rows were loaded on page load. Then the button was pressed a few times and the list at the bottom was refreshed each time the "Refresh Database Request" action was triggered. But the DataTable remains unchanged:
Environment
Additional Information
No response