DataTables Demos
Repeat - no style Simple repeat control without any styling
Repeat - DataTables default Simple repeat control with default DataTables implementation
Repeat - DataTables style Simple repeat control with simple DatTables styling applied
REST Data DataTables with REST data as a data source
REST Data - Date Handling DataTables with REST data as a data source
Repeat - DataTables Lifecycle DataTables lifecycle when using a repeat control (turn on console)
REST - DataTables Lifecycle DataTables lifecycle when using REST data to create the DataTable (turn on console). This example illustrates how additional callbacks are fired when using REST
REST - Click events Adding click and double click events to DataTables. Provides the framework for single clicking a row to select a document, or double clicking to open the document in a view.
REST - Renderer Introducing column renderers - maybe the most powerful aspect of DataTables
REST - API Search Using the DataTables api to do a programmatic search
REST Lazy Loading Lazy loading data - using ajax to retrieve more records and insert them in a DataTable
REST - Categorization Adding view categorization to DataTables (uses FontAwesome icons)
REST - Reload data Reloading a DataTable (turn on console)
REST - Fixed Header The elephant in the room - Fixed Headers. When creating a grid that has many rows of data, invariably, users will want to the grid headers to remain fixed while scrolling
REST - Picklist Using a DataTable as a picklist
REST - Server Resort Getting data resorted server side when clicking a column header
REST - Multi Tables Multiple DataTables on one page
Using Renderers to add icons to columns Multiple DataTables on one page