Prevent Datatable collapsing
Prevent Datatable collapsing
radhika_mayani
Posts: 1Questions: 1Answers: 0
When there are rows which didnt fit in screen datatable collapses and display button + .So I want to datatable should fit to screen and show all rows.
This discussion has been closed.
Answers
Sounds like you have the Responsive extension enabled. Turn off Responsive and all the rows will be shown. If the extend too far to the right then you may need to enable
scrollX
or enable word wrapping.Kevin