Manage Row

Add Row

There are two ways to add row in your table:

Add Row with Constrain and Validation

If you had field with constrain or validation on your table, then you want to add row on that table, your new row would not save directly. Instead, there would be a highlight and a sign on the row that says your data should meet the validation before it saved to the database.

Example:

Delete Row

Steps to delete row on your table:

Warning: You can't undo deleted row or retrieve your deleted data. So before you delete your row, make sure you didn't use the data.

Delete Multiple Row

Last updated