18 lines
327 B
SCSS
18 lines
327 B
SCSS
/*fixed haeder datatable css*/
|
|
|
|
table.fixedHeader-floating {
|
|
position: fixed !important;
|
|
background-color: white;
|
|
}
|
|
|
|
table.fixedHeader-floating.no-footer {
|
|
border-bottom-width: 0;
|
|
}
|
|
|
|
table.fixedHeader-locked {
|
|
position: absolute !important;
|
|
background-color: white;
|
|
}
|
|
|
|
/*fixed haeder datatable css*/
|