Unneccessary hiding of a column
Unneccessary hiding of a column
mbaas
Posts: 67Questions: 24Answers: 1
in Responsive
I have a table which conveniently fits on a 1092pixel-screen, yet when I enable the Responsive-Option, the last column unneccessarily goes into child-mode. Do I need to set any options to prevent that behaviour?
Responsive table here, debug: ewaxul, unreponsive counterpart.
Table is rendered using
$(function(){$("#sample").DataTable(
{
"columns":[{},{"className":"dt-right"},{"className":"dt-right"},{"className":"dt-right"},{"className":"dt-right"}],
"mark":true,
"responsive":false
});
});
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Could you try the nightly version of Responsive please? It has a number of changes which should help this.
Thanks,
Allan
Excellent, that does it! Can I trust that version or should I wait before using in prod?
Thanks
Michael