Wappler Version: 5.3.1
Operating System: Windows/Linux
Server Model: NodeJS
Database Type: PostgresSQL
Hosting Type: Docker
Expected behavior
What do you think should happen?
Am Using toggles(css)/checkboxes for change of status, which on success does a serverconnect load to refresh the table data.
The issue is after the change of status ie toggle enable/disable Checkbox should dynamically change when moving across the pagination offsets.
Actual behavior
What actually happens?
The same boxes stay ticked or unticked when page offsets change, and require a page refresh.
How to reproduce
- Create a Paginated table having a status column
- Create an API for the status update,
- On UI, Add a Checkbox in the cell for status
- Add the dynamic click action on click of checkbox for the status column cell: sc_status_update.load({status: status==true ? false : true, id: id})
- Change the status of any of the rows and then move to the next page offset, the same row will show the last action whether checked or unchecked, and this requires a refresh of the entire page to show the correct values
Community Page
Last updated:
Last updated: