| class | | type | "string" |
|---|
| description | "Additional classes to add to the table" |
|---|
|
|---|
| mainlabel-template | | type | "string" |
|---|
| description | "Template to be applied to the mainlabel. Use the canonical form |?=my label |+template=my template to set multiple parameters" |
|---|
| default | null |
|---|
|
|---|
| noajax | | type | "boolean" |
|---|
| description | "Disable Ajax. Use this option wisely since when the data set exceeds a few thousand rows, the request might not complete" |
|---|
| default | false |
|---|
|
|---|
| sep | | type | "string" |
|---|
| description | "Separator for datavalues in the same column" |
|---|
| default | ", " |
|---|
|
|---|
| datatables-autoWidth | | type | "boolean" |
|---|
| description | "Native DataTables option: autoWidth" |
|---|
| default | false |
|---|
|
|---|
| datatables-deferRender | | type | "boolean" |
|---|
| description | "Native DataTables option: deferRender" |
|---|
| default | false |
|---|
|
|---|
| datatables-info | | type | "boolean" |
|---|
| description | "Native DataTables option: info" |
|---|
| default | false |
|---|
|
|---|
| datatables-lengthChange | | type | "boolean" |
|---|
| description | "Native DataTables option: lengthChange" |
|---|
| default | true |
|---|
|
|---|
| datatables-ordering | | type | "boolean" |
|---|
| description | "Native DataTables option: ordering" |
|---|
| default | true |
|---|
|
|---|
| datatables-paging | | type | "boolean" |
|---|
| description | "Native DataTables option: paging" |
|---|
| default | true |
|---|
|
|---|
| datatables-processing | | type | "boolean" |
|---|
| description | "Native DataTables option: processing" |
|---|
| default | false |
|---|
|
|---|
| datatables-scrollX | | type | "boolean" |
|---|
| description | "Native DataTables option: scrollX" |
|---|
| default | false |
|---|
|
|---|
| datatables-scrollY | | type | "string" |
|---|
| description | "Native DataTables option: scrollY. Default 300px if Scroller is enabled" |
|---|
| default | "" |
|---|
|
|---|
| datatables-searching | | type | "boolean" |
|---|
| description | "Native DataTables option: searching" |
|---|
| default | true |
|---|
|
|---|
| datatables-stateSave | | type | "boolean" |
|---|
| description | "Native DataTables option: stateSave" |
|---|
| default | false |
|---|
|
|---|
| datatables-displayStart | | type | "integer" |
|---|
| description | "Native DataTables option: displayStart" |
|---|
| minimum | 0 |
|---|
| default | 0 |
|---|
|
|---|
| datatables-pagingType | | type | "string" |
|---|
| description | "Native DataTables option: pagingType" |
|---|
| enum | | "numbers" |
| "simple" |
| "simple_numbers" |
| "full" |
| "full_numbers" |
| "first_last_numbers" |
|
|---|
| default | "full_numbers" |
|---|
|
|---|
| datatables-pageLength | | type | "integer" |
|---|
| description | "Native DataTables option: pageLength" |
|---|
| minimum | 1 |
|---|
| default | 20 |
|---|
|
|---|
| datatables-lengthMenu | | type | "array" |
|---|
| description | "Native DataTables option: lengthMenu (comma separated values)" |
|---|
| items | |
|---|
| default | |
|---|
|
|---|
| datatables-scrollCollapse | | type | "boolean" |
|---|
| description | "Native DataTables option: scrollCollapse" |
|---|
| default | false |
|---|
|
|---|
| datatables-scroller | | type | "boolean" |
|---|
| description | "Native DataTables option: scroller" |
|---|
| default | false |
|---|
|
|---|
| datatables-scroller.displayBuffer | | type | "integer" |
|---|
| description | "Native DataTables option: scroller.displayBuffer" |
|---|
| minimum | 1 |
|---|
| default | 50 |
|---|
|
|---|
| datatables-scroller.loadingIndicator | | type | "boolean" |
|---|
| description | "Native DataTables option: scroller.loadingIndicator" |
|---|
| default | false |
|---|
|
|---|
| datatables-buttons | | type | "array" |
|---|
| description | "Native DataTables option: buttons (comma separated values)" |
|---|
| items | |
|---|
|
|---|
| datatables-dom | | type | "string" |
|---|
| description | "Native DataTables option: dom" |
|---|
| default | "lfrtip" |
|---|
|
|---|
| datatables-fixedHeader | | type | "boolean" |
|---|
| description | "Native DataTables option: fixedHeader" |
|---|
| default | false |
|---|
|
|---|
| datatables-responsive | | type | "boolean" |
|---|
| description | "Native DataTables option: responsive" |
|---|
| default | true |
|---|
|
|---|
| datatables-keys | | type | "boolean" |
|---|
| description | "Native DataTables option: keys" |
|---|
| default | false |
|---|
|
|---|
| datatables-columns.type | | type | "string" |
|---|
| description | "Columns-type applied to all columns used for sorting. To set a column type for each column, use |+datatables-columns.type=string beside the printout" |
|---|
| enum | | "auto" |
| "any-number" |
| "string" |
| "html" |
| "date" |
| "num" |
| "num-fmt" |
| "html-num" |
| "html-num-fmt" |
|
|---|
|
|---|
| datatables-columns.width | | type | "string" |
|---|
| description | "Columns-width applied to all columns. To set a column width for each column, use |+datatables-columns.width=80px beside the printout" |
|---|
|
|---|
| datatables-searchPanes | | type | "object" |
|---|
| x-collapsible | true |
|---|
| title | "SearchPanes options" |
|---|
| properties | | enabled | | type | "boolean" |
|---|
| description | "Enable SearchPanes" |
|---|
| default | false |
|---|
|
|---|
| initCollapsed | | type | "boolean" |
|---|
| description | "Native DataTables option: searchPanes.initCollapsed" |
|---|
| default | false |
|---|
|
|---|
| collapse | | type | "boolean" |
|---|
| description | "Native DataTables option: searchPanes.collapse" |
|---|
| default | true |
|---|
|
|---|
| columns | | type | "array" |
|---|
| description | "Native DataTables option: columns to enable searchPanes (comma separated values like 0,2,3)" |
|---|
| items | |
|---|
|
|---|
| threshold | | type | "number" |
|---|
| description | "Native DataTables option: searchPanes.threshold" |
|---|
| minimum | 0 |
|---|
| maximum | 1 |
|---|
| default | 0.6 |
|---|
|
|---|
| minCount | | type | "integer" |
|---|
| description | "Include in searchPanes entries with occurrence greater or equal than count" |
|---|
| minimum | 1 |
|---|
| default | 1 |
|---|
|
|---|
| htmlLabels | | type | "boolean" |
|---|
| description | "Enable/disable HTML in searchPanes" |
|---|
| default | false |
|---|
|
|---|
|
|---|
|
|---|
| datatables-columns.searchPanes.show | | type | "boolean" |
|---|
| description | "Enable the searchPanes for all columns. To enable for specific columns use datatables-searchPanes.columns or |+datatables-columns.searchPanes.show=true beside the printout" |
|---|
|
|---|
| datatables-searchBuilder | | type | "boolean" |
|---|
| description | "Enable SearchBuilder" |
|---|
| default | false |
|---|
|
|---|
| datatables-mark | | title | "Mark.js" |
|---|
| type | "object" |
|---|
| x-collapsible | true |
|---|
| description | "Mark.js options for highlighting" |
|---|
| properties | | enabled | | type | "boolean" |
|---|
| description | "Enable Mark.js" |
|---|
| default | false |
|---|
|
|---|
| separateWordSearch | | type | "boolean" |
|---|
| description | "Native Mark.js option: Whether to search for each word separated by a blank instead of the complete term" |
|---|
|
|---|
| accuracy | | type | "string" |
|---|
| description | "Native Mark.js option: accuracy" |
|---|
| enum | | "partially" |
| "complementary" |
| "exactly" |
|
|---|
| default | "partially" |
|---|
|
|---|
| diacritics | | type | "boolean" |
|---|
| description | "Native Mark.js option: diacritics" |
|---|
| default | true |
|---|
|
|---|
| acrossElements | | type | "boolean" |
|---|
| description | "Native Mark.js option: acrossElements" |
|---|
| default | false |
|---|
|
|---|
| caseSensitive | | type | "boolean" |
|---|
| description | "Native Mark.js option: caseSensitive" |
|---|
| default | false |
|---|
|
|---|
| ignoreJoiners | | type | "boolean" |
|---|
| description | "Native Mark.js option: ignoreJoiners" |
|---|
| default | false |
|---|
|
|---|
| ignorePunctuation | | type | "string" |
|---|
| description | "Native Mark.js option: ignorePunctuation (e.g., :;.,-–—‒_(){}[]!\'"+=)" |
|---|
|
|---|
| wildcards | | type | "string" |
|---|
| description | "Native Mark.js option: wildcards" |
|---|
| enum | | "disabled" |
| "enabled" |
| "withSpace" |
|
|---|
| default | "disabled" |
|---|
|
|---|
|
|---|
|
|---|