Fixed column overlapping text
Fixed column overlapping text
HawkeyeGK
Posts: 2Questions: 1Answers: 0
Link to test case: https://live.datatables.net/yureyaqo/1
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem: When fixing the first column in the table, scrolling right causes the text from the scrolled (hidden) columns overlays on the fixed (visible) column.
This question has an accepted answers - jump to answer
Answers
You aren't loading
fixedColumns.dataTables.css
. Use the Download Builder to get the appropriate libraries for your solution. Updated example:https://live.datatables.net/yureyaqo/2/edit
Kevin
Ah! That was exactly it. I thought I had used the builder to get everything, but clearly I missed the css file. Thank you so much for the assist. Much appreciated.