Show only 1st column in Main Row of Responsive Collapse, the rest in Child Row
Show only 1st column in Main Row of Responsive Collapse, the rest in Child Row
schalkjoubert
Posts: 2Questions: 1Answers: 0
Hi,
I want to show all columns, except for the first one, in the child row.
So even if there are space on my device screen for the second column in the main row, it should still rather show in the child row.
I tried making the 1st column 100%, which work to display only the 1st column.
But then the 2nd and 3rd columns are missing form the child row.
Hope someone can shed some light,
Thank you,
This discussion has been closed.
Answers
Im halfway there, manage to show all but the 1st column in the cild row.
Now to limiot this to mobile / responsive view only.
"columnDefs": [ { "className": "none", "targets": [ 1, 2, 3, 4, 5 ] } ]