UNPKG
test-tables
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
this is test tables
sunil-digicorp/propeller
test-tables
/
components
/
data-table
/
extensions
/
FixedHeader
/
css
/
fixedHeader.jqueryui.css
10 lines
(8 loc)
•
165 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
table
.fixedHeader-floating
{
position
: fixed;
background-color
: white; }
table
.fixedHeader-locked
{
position
: absolute;
background-color
: white; }