Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
e2ced924
Commit
e2ced924
authored
Sep 14, 2019
by
Carsten Rose
Browse files
Change doc of tablesorter to use 'sorter-false'
parent
0bb98037
Pipeline
#2369
passed with stages
in 2 minutes and 48 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Documentation/Manual.rst
View file @
e2ced924
...
...
@@ -7558,7 +7558,7 @@ Example::
10 {
sql = SELECT id, CONCAT('
form
&
form
=
person
&
r
=
'
,
id
)
AS
_Pagee
,
lastName
,
title
FROM
person
head
=
<
table
class
=
"table tablesorter tablesorter-filter tablesorter-pager tablesorter-column-selector"
id
=
"{{pageAlias:T}}-ts1"
>
<
thead
><
tr
><
th
>
Id
</
th
><
th
data-sor
ter
=
"
false
"
class
=
"fil
ter-false"
>
Edit
</
th
>
<
thead
><
tr
><
th
>
Id
</
th
><
th
class
=
"fil
ter
-
false
sor
ter-false"
>
Edit
</
th
>
<
th
>
Name
</
th
><
th
class
=
"filter-select"
data-placeholder
=
"Select a title"
>
Title
</
th
>
</
tr
></
thead
><
tbody
>
tail
=
</
tbody
></
table
>
...
...
Write
Preview
Supports
Markdown
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