Search
1553 results 111-120
Manual
- Options › Setting options › HTML 5 data attributesAs of v1.10.5 DataTables can also use initialisation options read from HTML5 data-* attributes. This provides a
- Internationalisation › Ordering of numeric dataas a currency symbol. DataTables will automatically detect numeric data types such as currency,
- Ajax › Column data pointsThe corresponding initialisation of DataTables for the three data structures is shown on
Reference
stateRestoreConfig› Configuration options for StateRestore buttonDataTable('#myTable', { ajax: { url: '../data/2500States.txt', dataSrc: 'data' }, layout: { topStart: { buttons: [ 'createState',stateRestore.activeStates()› Get the details of all of the currently active statesthe same time. A DataTables API instance is returnedselect.selectable› Set a function that will determine if a row should be selectable.In some data sets you might findshowSelected› Toggle a filter that will reduce the rows displayed to just those which are selected.when working with larger data sets. This button providesselectedSingle› Button that is enabled when a single item is selected in the tablesuch as editing the data in a row. Byrows().select()› Select rowsexample table.rows( { selected: true } ).data() will get the datarow().select()› Select a single rowexample table.rows( { selected: true } ).data() will get the data