Child Expand button
Child Expand button
I have a table with 12 columns, I have the last 6 hidden and the table is set to responsive:true
I would like the expand child columns button to appear at all times, how do I accomplish this?
Thanks
This discussion has been closed.
Answers
Hi @gavinj2006 ,
For the button to be there, you'll need something to show when its pressed - so a way to do this would be to set a column with the class name
nonewhich will always show that column in the expanded data, as shown in this example.Hope that does the trick,
Cheers,
Colin
Perfect, thanks again Colin