Constructor
new ControlTable(optionsopt)
Constructor
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
<optional> |
Properties
|
- Deprecated:
- Use RenderTable
- Source:
Extends
Methods
deleteRow() → {RenderTable}
Delete a row based on its identifier
in the TemplateManager collection of rows
or simply pass the row data object itself
- Inherited From:
- Source:
Returns:
- Type
- RenderTable
setRowTemplate(template) → {RenderTable}
Set the row template settings property
as well as the row manager's row template.
Parameters:
Name | Type | Description |
---|---|---|
template |
Row | Template |
- Inherited From:
- Source:
Returns:
- Type
- RenderTable
wipe() → {RenderTable}
Empty the tbody and clear cached data
- Inherited From:
- Source:
Returns:
- Type
- RenderTable