DataTables width not orrect when browser has vertical scrollbar

DataTables width not orrect when browser has vertical scrollbar

lkaatz99lkaatz99 Posts: 5Questions: 0Answers: 0
edited June 2012 in General
When a datatable is initially drawn, it seems to not take into account the width of the browser's scrollbar, then it redraws its self, but it ends up being too wide. if there is no scroll bar, then all is well.

Has anyone experienced this issue?

I believe this is the same issue:
http://www.datatables.net/forums/discussion/4503/table-width-error-with-browser-scrollbar/p1

Replies

  • lkaatz99lkaatz99 Posts: 5Questions: 0Answers: 0
    Solution here worked for me:
    http://www.datatables.net/forums/discussion/6306/datatables-not-sizing-appropriately-when-scroll-bars-appear-or-disapear/p1

    #results_table { width: 100%!important }
This discussion has been closed.