Category: Widget
Resource links
Updated

This solution is summarized from an archived support forum post. This information may have changed. If you notice an error, please let us know in Discord.

Inline Edit Table Data with Batch Update

Issue

I am working on an in-house app with a MYSQL database and I want to implement inline editing with batch update/updateAll. However, I'm struggling to find good documentation on how to do this. I have managed to implement single row inline editing but I'm stuck on how to write the JS query for custom inline editing with multiple rows. I'm not very experienced with JavaScript, so I'm unsure what a good approach would be. I would appreciate more examples on how to do this with MYSQL or similar databases.

Resolution

This sample app demonstrates how to use the table widget's inline editing feature to make changes directly in the table, then save all the changes by using a Save All button.