Home Wiki
JQuery DataTable Column Filter - Server Side Example

Preamble

DataTables ColumnFilter add-in works in the Server-side mode. Live example below is configured to use serer-side processing code. Note that this example does not perform filtering because on the google code site are not hosted php fles where can be implemented server side processing. However, if you see request trace in FireBug you will see that filtering requests are sent to the server side.

Live example

Browser Platform(s) Engine version CSS grade
Browser Platform(s) Engine version CSS grade

Initialization code

There are no additional settings here - if you set-up dataTables in the server-side processing mode, filter requests will just be redirected to the server-side.

Other examples