use bootstrap frame, header and data are not aligned on the win10 system
use bootstrap frame, header and data are not aligned on the win10 system
sqn19961016
Posts: 6Questions: 3Answers: 0
This discussion has been closed.
Answers
live.datatables.net/zisuvolo/26/edit
I assume the duplicated jquery and dataatables.js includes are due to the default includes not being removed from the live.datatables.net example. Load order is important. It looks like you are loading
dataTables.fixedColumns.js
before datatables.js. It needs to load after.They styling issue is likely caused by not loading the Datatables integration files for Bootstrap. See the docs styling [docs here[(https://datatables.net/manual/styling/bootstrap). The easiest way to get the proper files is with the Download Builder.
Kevin
If you do not set “white space: nowrap; ” the header and content are aligned