Power Apps Editable Table
In this video I’ll walk you through all of the steps needed to create a repeating, inline editable table within Power Apps similar to what you would see in SharePoint’s Quick Edit Mode, Excel and InfoPath repeating tables.
Key things that you’ll learn in this video include:
✅ Styling elements to look like an editable grid
✅ Detecting changes in the gallery
✅ Adding a new row/record to the grid
✅ Deleting a row/record
✅ Disable and enable the inline editing
Here’s a link to download the sample app: https://github.com/aprildunnam/PowerApps/blob/d69dda6ff1faa8c2e50047331ffcdc03930f2adb/RepeatingEditableTableDemo_20200903024306.zip
Check out Matthew Devany’s blog post where he shows another way to patch multiple records at a time: https://matthewdevaney.com/patch-multiple-records-in-power-apps-10x-faster/
Matthew also has a detailed blog post on how to implement an editable grid: https://matthewdevaney.com/power-apps-excel-style-editable-table-part-1/
Table of Contents:
00:00 – Intro
01:44 – Styling the Table
08:31 – Checking for Changed Items
14:02 – Patching the Table Changes
15:42 – Add New Item to the Table
17:04 – Deleting an Item from the Table
18:01 – Disable/Enable Inline Editing