find 2 bugs when table is fixes header qor-table-fixed-header
- thead th is not width enough, didn't match with body td
find it can be solved here by tweak from width to min-width
|
$(this).outerWidth(headerWidth[i]); |
- thead's top is not being reset after scroll back
find it can be solve here
|
$thead.css({top: pageTop}); |


find 2 bugs when table is fixes header
qor-table-fixed-headerfind it can be solved here by tweak from
widthtomin-widthadmin/views/assets/javascripts/qor/qor-fixer.js
Line 91 in 2c1a657
find it can be solve here
admin/views/assets/javascripts/qor/qor-fixer.js
Line 107 in 2c1a657