Scroller compatibility with BS3 and FixedColumns
Scroller compatibility with BS3 and FixedColumns
kthorngren
Posts: 21,321Questions: 26Answers: 4,948
in Scroller
Using the latest from the Download Builder it looks like there is an incompatibility between Scroller, FixedColumns and BS3. The header is fixed but the tbody is not:
http://live.datatables.net/jejebinu/1/edit
Comment out scroller: true
and FixedColumns works.
The same config but without BS3 Scroller and FixedColumns works together:
http://live.datatables.net/caxahoxo/1/edit
Seems to be a problem with BS4 also:
http://live.datatables.net/loxomiso/1/edit
Kevin
This discussion has been closed.
Replies
Thanks Kevin!
Temporary workaround:
That is actually in git already, but using the nightly does really odd things in Bootstrap. Looks like a margin and transparency error.
I'll look into that, but for the moment the workaround will work for the latest version without those rendering errors.
Allan
Great, thanks.
Kevin