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
b1406e8c
Commit
b1406e8c
authored
Feb 06, 2021
by
Carsten Rose
Browse files
Fix typo
parent
2e5f23ea
Pipeline
#4960
passed with stages
in 3 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Report.rst
View file @
b1406e8c
...
...
@@ -2725,19 +2725,19 @@ Customization of tablesorter:
+
-----------------------------
+
----------------------------------------------------------------------------------------
+
|
Description
|
Syntax
|
+=============================+========================================================================================+
|
Disable
sorter
|
<
th
class
=
"sorter-false"
>...
|
|
Disable
sorter
|
``
<
th
class
=
"sorter-false"
>...
``
|
+
-----------------------------
+
----------------------------------------------------------------------------------------
+
|
Disable
filter
|
<
th
class
=
"filter-false"
>...
|
|
Disable
filter
|
``
<
th
class
=
"filter-false"
>...
``
|
+
-----------------------------
+
----------------------------------------------------------------------------------------
+
|
Filter
as
dropdown
|
<
th
class
=
"filter-select"
>...
|
|
Filter
as
dropdown
|
``
<
th
class
=
"filter-select"
>...
``
|
+
-----------------------------
+
----------------------------------------------------------------------------------------
+
|
Ignore
entire
row
|
Wrap
<
tr
>
inside
a
<
tfoot
>.
Caution
:
May
cause
undesired
print
behavior
.
|
|
|
Use
<
tfoot
style
=
"display:table-row-group;"
>
</
tfoot
>
|
|
Ignore
entire
row
|
Wrap
``
<
tr
>
``
inside
a
``
<
tfoot
>
``
.
Caution
:
May
cause
undesired
print
behavior
.
|
|
|
Use
``
<
tfoot
style
=
"display:table-row-group;"
>
</
tfoot
>
``
|
+
-----------------------------
+
----------------------------------------------------------------------------------------
+
|
Custom
value
for
cell
|
<
td
data-text
=
"..."
>...
|
|
Custom
value
for
cell
|
``
<
td
data-text
=
"..."
>...
``
|
+
-----------------------------
+
----------------------------------------------------------------------------------------
+
|
Sorting
for
tables
with
|
<
tr
class
=
"tablesorter-hasChildRow"
>...</
tr
>
<
tr
class
=
"tablesorter-childRow"
>...</
tr
>
|
|
child
rows
(
e
.g
.
drilldown
)
|
|
|
Sorting
for
tables
with
|
``
<
tr
class
=
"tablesorter-hasChildRow"
>...</
tr
>
``
|
|
child
rows
(
e
.g
.
drilldown
)
|
``
<
tr
class
=
"tablesorter-childRow"
>...</
tr
>
``
|
+
-----------------------------
+
----------------------------------------------------------------------------------------
+
...
...
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