Defining which rows don’t collapse
-
I am looking to prevent specific rows in a table from collapsing. They either contain a subheading or no data at all.
I found the following to define which columns are not displayed… Can something similar be done with rows? If so how would it be done?
“columnDefs”: [ { “className”: “none”, “targets”: [ 5, 6, 7, 8 ] } ]
Thanks and I am loving this plugin!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Defining which rows don’t collapse’ is closed to new replies.