Inline - Edit/Delete location (Data Grid)

0
Good Morning all, I’ve a page where we add complaints, every time we add complaint, it will get added to the page with a new row. I want my ‘Edit and Delete’ buttons to be appeared Inline (on each row at end of the complaint), my page is built on a ‘DataGrid’. Please share your thoughts, if anyone has worked on something similar. Thanks, Venu
asked
1 answers
1

The best way to do this would be to re-model the page using a List View. You can style a List View to show data in a grid-like format using a Layout Grid widget. For column headers, you can add another Layout Grid above the List View. In the list view, it’s easy to add any buttons you’d like.

answered