Ajax::clearTable
Usage
void Ajax::clearTable(string $divid)Description
Remove all rows within a database.Parameters
Parameter | Required | Type | Description |
---|---|---|---|
$divid | Yes | string | The id of the table to delete all rows from. |
Examples
Clear Data Table Rows
$ajax->clearTable('my_table');