Responsive - Display child rows immediately
Responsive - Display child rows immediately
bkindig
Posts: 2Questions: 1Answers: 0
responsive: {
details: {
display: DataTable.Responsive.display.childRowImmediate,
target: '',
type: 'none'
}
}
As the screen width decreases, the data moves to a child row one row at a time. Is there a way to move all rows at the same time to child rows?
Answers
The closest is to use the class logic whereby you can tell it to move rows based on the screen size being used.
Allan
I will read about that, seems like what I need. Thanks!
By the way, I posted this same question on Stackoverflow and everyone downvoted and then closed the question. I come back on here and I actually have an answer!
Sounds like a standard SO question
Allan