| name | type | description |
| draw | integerJS | The number of requests is countered, and it is returned as it is each time it is sent to the server. |
| start | integerJS | The starting position of the first piece of data, for example, 0 represents the first piece of data |
| length | integerJS | Number of items displayed per page. |
| search[value] | stringJS | Global search criteria for each column (searchable needs to be set to true) |
| search[regex] | booleanJS | If true means that the value of the global search is processed as a regular expression, if false it is not. |
| order[column] | integerJS | i is an array index, corresponding to columns, starting from 0, and the subparameter indicates which column needs to be sorted |
| order[dir] | stringJS | The column is determined above, and the sorting method of this column is descending asc |
| columns[data] | stringJS | columnsbinding, defined by columns.data |
| columns[name] | stringJS | columns.name |
| columns[searchable] | booleanJS | Whether a tagged column can be searched to true means yes, otherwise it can't, which is controlled by columns.searchable |
| columns[orderable] | booleanJS | Whether the tagged columns can be sorted to true means yes, otherwise no, this is controlled by columns.orderabl |
| columns[search] [value] | stringJS | Search criteria for specific columns |
| columns[search] [regex] | booleanJS | Whether a search criteria for a particular column are considered regular expressions |