Row actions enable users to perform specific actions on individual rows.
- View
- Insert
- Update
- Delete
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.