Bootstrap 5 with Responsive DataTables is not working

Bootstrap 5 with Responsive DataTables is not working

jeranUjeranU Posts: 3Questions: 0Answers: 0

Link to test case: https://jsfiddle.net/yv0ug13j/5/
Debugger code (debug.datatables.net): evugat
Error messages shown: none
Description of problem: I have detailed the issues in the test case, but the core of the issue seems to be that bootstrap 5 is not correctly merging with the datatables responsive configuration. Key Issues:

  1. The key parts seem to be the .table-responsive class and the autowidth: false option.
  2. Any redraw is showing the expand indicator incorrectly.
    when toggling the table responsive class and the auto width property, it appears to either not redraw the table as you resize, or it adds a bunch of empty extra space at the end of the container, decreasing the size of the table.

Any help with this would be greatlly appreciated

Replies

Sign In or Register to comment.