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
9be43519
Commit
9be43519
authored
Sep 21, 2019
by
Carsten Rose
Browse files
Merge branch 'theadsticky' into 'master'
Theadsticky See merge request
!181
parents
a7f317e3
c1f89c25
Pipeline
#2383
passed with stages
in 2 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Manual.rst
View file @
9be43519
...
...
@@ -271,7 +271,7 @@ Setup a *report* to manage all *forms*:
head = {{'b|p:id={{pageAlias:T}}
&
form=copyFormFromExt|t:Copy form from ExtForm|A:data-reference=copyForm' AS _link}}
<table
class=
"table table-hover qfq-table-50 tablesorter tablesorter-filter"
id=
"{{pageAlias:T}}-form"
>
tail =
</table>
rbeg =
<thead><tr>
rbeg =
<thead
class=
"qfq-sticky"
><tr>
rend =
</tr></thead>
fbeg =
<th>
fend =
</th>
...
...
@@ -7457,10 +7457,11 @@ QFQ iterates over the result set of `dragAndDropOrderSql`. The value of column `
QFQ
CSS
Classes
---------------
*
`
qfq-table-50
`
,
`
qfq-table-80
`
,
`
qfq-table-100
`
-
set
min-width
and
column
width
to
'auto'
*
Background
Color
:
`
qfq-color-grey-1
`
,
`
qfq-color-grey-2
`
(
table
,
row
,
cell
)
*
`
qfq-100
`
:
Makes
an
element
'width: 100%'
.
*
`
qfq-left
`
:
Text
align
left
.
*
`
qfq-table-50
`
,
`
qfq-table-80
`
,
`
qfq-table-100
`
-
assigned
to
`
<
table
>
`
,
set
min-width
and
column
width
to
'auto'
.
*
Background
Color
:
`
qfq-color-grey-1
`
,
`
qfq-color-grey-2
`
-
assigned
to
different
tags
(
table
,
row
,
cell
).
*
`
qfq-100
`
-
assigned
to
different
tags
,
makes
an
element
'width: 100%'
.
*
`
qfq-left
`
-
assigned
to
different
tags
,
Text
align
left
.
*
`
qfq-sticky
`
-
assigned
to
`
<
thead
>
`
,
makes
the
header
sticky
.
Bootstrap
---------
...
...
@@ -8293,7 +8294,7 @@ has the form be used. The following report includes the regular `form-editor`_ a
AND
{
{
formIdHistory
:
S0
}
}
=
0
AND
{
{
formAllUsage
:
S0
}
}
=
0
head
=
<
table
class
=
"table table-hover qfq-table-50 tablesorter tablesorter-filter"
id
=
"{{pageAlias:T}}-form"
>
rbeg
=
<
thead
><
tr
>
rbeg
=
<
thead
class
=
"qfq-sticky"
><
tr
>
rend
=
</
tr
></
thead
>
tail
=
</
table
>
...
...
less/qfq-bs.css.less
View file @
9be43519
...
...
@@ -816,4 +816,15 @@ legend {
100% {
transform: scaleX(-1) rotate(0deg);
}
}
\ No newline at end of file
}
thead.qfq-sticky th, thead.qfq-sticky td {
position: sticky;
top: 0;
background-color: white;
z-index: 9999;
}
thead.qfq-sticky td {
top: 49px;
}
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