Row actions enable users to perform specific actions on individual rows.
- View
- Insert
- Update
- Delete
- Enable Detail Panel Viewing + PDF export
- Enable Modal Forms
Detail Panel Viewing and PDF export #
Adds an expand icon to each row, allowing users to view columns in a detail panel. This feature only functions when responsiveness is set to auto column hiding.
When Add PDF Export Icon is enabled, a button appears on the right.
Modal Forms #
Enabling Modal Forms opens the form view inside a modal instead of on a new page.
Note: #
- The view action is always available. To perform transactions such as insert, update, and delete, the server requires a valid primary key. If these actions are not selectable, ensure that your table has a primary key defined. Note that transactions are not available for views.
- When Modal Forms is enabled, some field types (particularly upload fields) will become inaccessible due to conflict in z-index values.