Why responsive doesn't working, when all columns are shown?
Why responsive doesn't working, when all columns are shown?
danik1938
Posts: 2Questions: 1Answers: 0
in Responsive
I want to create responsive table by this guide: https://datatables.net/extensions/responsive/examples/display-types/bootstrap5-modal.html
When all columns are shown, responsive doesn't work:
When I resize page and one or more columns become hidden, responsive is working:
How I can enable responsive for all cases?
This question has an accepted answers - jump to answer
Answers
Maybe use classes as described in this doc. Also see this example.
Kevin
Thank you, i added one more <th> and set him class "none", looks weird, but it works