Methods
Last updated
Last updated
DataTables for WireBootstrap extends the wire.ui.component class. As such, it inherits all its base methods.
The following methods are added to DataTables for WireBootstrap.
The following example adds a new row to the table component.
Name
Description
addRow(row)
Adds a new row
to the table.
bind(rows)
Binds the table using the list of rows
.
deleteSelectedRows
When using the select feature, deletes all selected rows.
getSelectedRows
When using the select feature, returns all selected rows in an array.