Classes
Members
domElement :HTMLElement
Type:
- HTMLElement
- Source
filterSelect :HTMLElement
Type:
- HTMLElement
- Source
noResultDiv :HTMLElement
Type:
- HTMLElement
- Source
Methods
clearTable()
Clear table.
- Source
dataAsTable(data, columns)
Format and update the data in the table with data.
Parameters:
Name | Type | Description |
---|---|---|
data | object | The data to render. |
columns | Array | The columns to render. |
- Source
initHtml()
Initialize the html of the view
- Source
(static) update(table, event)
Update the table with new data.
Parameters:
Name | Type | Description |
---|---|---|
table | Table | The table object to update. |
event | Event | The event passed to the update function. |
- Source