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

schalkjoubertschalkjoubert 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,

Answers

  • schalkjoubertschalkjoubert Posts: 2Questions: 1Answers: 0

    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 ] } ]

This discussion has been closed.