diff --git a/docs/index.html b/docs/index.html index a23e026d..318a8cb4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1000,8 +1000,8 @@ An object of instructions for per-"header cell" controls in the format: headers: { 0: { option: setting }, ... } (v2.17.1)
-
- Warning Do not use this option if your header contains multiple rows or any colspan or rowspan. Instead add a data-attribute or class name to the header (see the first demo for an example).
+

+ Warning Do not use this option if your header contains multiple rows or any colspan or rowspan. Instead add a data-attribute or class name to the header (see the first demo for an example).

For example, to disable sorting on the first two columns of a table: headers: { 0: { sorter: false}, 1: {sorter: false} }.

The plugin attempts to detect the type of data that is contained in a column, but if it can't figure it out then it defaults to alphanumeric. You can easily override this by setting the header argument (or column parser).