Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
5ebb216f
Commit
5ebb216f
authored
Aug 24, 2019
by
Carsten Rose
Browse files
Manual.rst: Update tablesorter `class="sorter-false"`
parent
97b0f6ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Manual.rst
View file @
5ebb216f
...
...
@@ -7452,8 +7452,8 @@ Customization of tablesorter:
* Add the desired classes or data attributes to your table html, e.g.:
*
`data-
sorter
="
false"` on a '
<
th
>
' to disable sorting on that column
* `class="filter-false"` on a '
<
th
>
' to hide the filter field for that column
*
Disable sorting `class="
sorter
-
false"` on a '
<
th
>
' to disable sorting on that column
(or: `data-sorter="false"`).
*
Disable filter
`class="filter-false"` on a '
<
th
>
' to hide the filter field for that column
* see docs for more options: https://mottie.github.io/tablesorter/docs/index.html
* You can pass in a default configuration object for the main `tablesorter()` function by using the attribute
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment