Server-side libraries

DataTables will happily operate on plain HTML tables on static pages, but when creating a modern web-application you will wish to load data from a remote database, or otherwise interact with remote data. We also publish libraries for some of the most commonly used server-side environments to make working with such data easy!

The server-side libraries for the DataTables suite all share a common approach of using a database abstraction layer (allowing the libraries to operate with multiple databases - e.g. Postgres, SQL Server, MySQL, etc), and the same basic API structure, although keyed to match the best practices of each target platform.

As well as supporting simple data loading for DataTables core, the libraries all also support Editor for full editing of table data and saving back to a database, ColumnControl for filtering data, and server-side processing for handling millions of rows of data.

Manuals