Sets the deleted by the user status for the specified row. Throws an IllegalArgumentException if row
is not a valid row number. Note that the deleted by the user status is removed when #updateTable() is called.
The deleted by the user status can be displayed to the user by adding a delete column checkbox to a Table Control.
IllegalArgumentException
ifrow
is not a valid row number. Note that the deleted by the user status is removed when #updateTable() is called.The deleted by the user status can be displayed to the user by adding a delete column checkbox to a Table Control.
Javascript example: