Is there an easy way to make ALL columns collapse into individual rows (flat table view)
Is there an easy way to make ALL columns collapse into individual rows (flat table view)
By default, data tables moves the right-most column into its own row when all data is not able to fit in the table.
example, notice phone number on its own line.
I am looking to send all columns to new rows/lines as soon as the data will not all fit in the standard table view.
example, notice all items are on a new line:
I would like the items to be on a new line immediately when all content is not able to fit, rather than sending them to a new line individually one at a time as the browser resizes.
Thanks very much for your time.!
This question has an accepted answers - jump to answer
Answers
There isn't an option to do that in Responsive I'm afraid.
You might consider reading over the class options which could possibly be useful to give this effect, but it would be based on a breakpoint rather than a calculated value.
Allan
Thanks so much, Allan.