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

sqn19961016sqn19961016 Posts: 6Questions: 3Answers: 0

Answers

  • kthorngrenkthorngren Posts: 20,300Questions: 26Answers: 4,769

    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

  • sqn19961016sqn19961016 Posts: 6Questions: 3Answers: 0

    If you do not set “white space: nowrap; ” the header and content are aligned

This discussion has been closed.