why datatable becomes unresponsive (size does not shrink) after adding column filtering..

why datatable becomes unresponsive (size does not shrink) after adding column filtering..

pmehrotrpmehrotr Posts: 3Questions: 1Answers: 0

I am using datatable 1.10.19, Jquery 3.3.1 and twitter bootstrap 4 (also tried bootstrap 3)/
I noticed that datatable is responsive (.e. its size shring if I reduce browser window) if I do not have any columns with “form” element such as input type”text”, but I need to implement column filtering:
https://datatables.net/extensions/fixedheader/examples/options/columnFiltering.html

This adds a new row with input type=”text” to each column.
Are there any solutions so table remains responsive even with column filtering?

Answers

This discussion has been closed.