Search
1553 results 341-350
Reference
state()› Get / set the state of the tableplug-ins and extensions to DataTables can modify this structure by adding data as they require forsort()› Sort the elements of the API instance's result set.for records in the DataTable. This method makes use of the fact that DataTables API objects are "arraysettings()› Obtain the table's settings objectDataTables keeps information about thesearch()› Search for data in the table.to the concept of DataTables, as it allows data to be easily accessedrows.add()› Add multiple new rows to the table.Adding new data to a table isrows()› Select multiple rows from a table.a fundamental part of DataTables, and you want torows().remove()› Delete the selected rows from the DataTable.selected rows from the DataTable completely, deleting the allocated memory for data and nodes from therows().invalidate()› Invalidate the data held in DataTables for the selected rowsbe used to tell DataTables to re-read the information from the data source for the rowrows().indexes()› Get the row indexes of the selected rows.DataTables stores the data for rows and columnsrows().ids()› Get the ids of the selected rows.specified by the row's data and the rowId option.