Responsive -> throw columns to child row when viewport resolution goes below 1280px width. Query?

Responsive -> throw columns to child row when viewport resolution goes below 1280px width. Query?

fco_1990fco_1990 Posts: 9Questions: 3Answers: 0

I've been doing research about Class logic for Datatables and trying this:

When my broswer is > 1280px resolution, then show all columns.
When is <= 1280 then move to child row some specific columns.

And I couldn't accomplish that goal. Is there a way of doing that?

The only thing I could to is to apply class="all" for some columns I do always want to be shown. But that doesn't mean the rest of the columns will hide when going responsive to smaller screens. The start to hide from right to left on demand.

Than you

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.