Responsive table - always collapsed
Responsive table - always collapsed
Rachel Pfeiffer Leverage
Posts: 5Questions: 3Answers: 0
in Editor
Hi,
I would like my table to always be collapsed, the way it would be in the responsive inline example. https://editor.datatables.net/examples/inline-editing/responsive.html
Is there a way to set the breakpoints manually so the fields will show stacked instead of across?
Answers
See if Class control provides the desired behavior. Here is an example. I think you can use
none
to always display certain columns in the child.Kevin