Responsive - Display child rows immediately

Responsive - Display child rows immediately

bkindigbkindig 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

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin

    The closest is to use the class logic whereby you can tell it to move rows based on the screen size being used.

    Allan

  • bkindigbkindig Posts: 2Questions: 1Answers: 0

    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! :)

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin

    Sounds like a standard SO question ;)

    Allan

Sign In or Register to comment.