Server Side Processing
The example below shows DataTables loading data for a table from arrays as the data source, where the structure of the row's data source in this example is:| First name | Last name | Position | Office | Start date | Salary |
|---|---|---|---|---|---|
| First name | Last name | Position | Office | Start date | Salary |
Custom HTTP Variables
The example below shows server-side processing being used with an extra parameter being sent to the server by using the ajax.data option as a function| First name | Last name | Position | Office | Start date | Salary |
|---|---|---|---|---|---|
| First name | Last name | Position | Office | Start date | Salary |
POST Data
The example below shows server-side processing being used with an extra parameter being sent to the server by using the ajax.data option as a function| First name | Last name | Position | Office | Start date | Salary |
|---|---|---|---|---|---|
| First name | Last name | Position | Office | Start date | Salary |