Ajax::removeCheckedRows
Usage
void Ajax::removeCheckedRows(string $divid)Description
Removes all checkd rows from a data table.Parameters
Parameter | Required | Type | Description |
---|---|---|---|
$divid | Yes | string | The id of the data table to remove rows from. |
Examples
Remove Checked Rows
$ajax->removeCheckedRows('my_table');