admin
admin copied to clipboard
Fixes header table issue
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
widthtomin-widthhttps://github.com/qor/admin/blob/2c1a65734f671cab0c489a7c275ae534e01c3cfa/views/assets/javascripts/qor/qor-fixer.js#L91 - thead's top is not being reset after scroll back find it can be solve here https://github.com/qor/admin/blob/2c1a65734f671cab0c489a7c275ae534e01c3cfa/views/assets/javascripts/qor/qor-fixer.js#L107

