Chartjs-JQuery Datatables overlapped when using column filtering

1👍

Your table is wider than the Bootstrap column it occupies and it overflows to the graph column.

You could either

  1. make the table responsive, so that it will occupy only the columns space. See https://datatables.net/extensions/responsive/
  2. or you can just add overflow: scroll style to the column that includes the table.

Leave a comment