Responsive Footer?
Responsive Footer?
andersac88
Posts: 2Questions: 2Answers: 0
Is the footer supposed to be responsive? When view my table on a mobile phone, several columns are hidden however the equal number of columns, within the tfoot, are not. This is really impacting the display.
I have addressed this issue with CSS but was curious if there is a way for datatables to handle this.
Answers
The footer in this example is follows the responsive columns shown.
Is the
tfoot
in the HTML doc before initializing Datatables? If not then this is likely the problem.What is the structure of the
tfoot
?Maybe you can provide a simple test case showing the issue you are having.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin