Responsive DataTable with ul list
Responsive DataTable with ul list
lisamanuela
Posts: 4Questions: 2Answers: 1
Hi :)
I had a dataTable with detail-control that showed an ul list. I had to improve this table to a responsive datatable. I just put one column always hidden, so that the "+" is always visible.
But now I have a problem to show the html ul list and above the hidden (responsive) columns.
Do you have an idea to solve my problem?
Thanks!
This discussion has been closed.
Answers
I'm afraid I don't actually understand - you want to show the hidden details above the row?
Allan
Before I had something like this on the "Details-control click" Event
But now I would like to put this Information in the responsive Event. So that if I open the responsive Thing on the "+" that this Information and the hidden columns would Show up.
If you want to modify the data that Responsive shows in its child rows, you need to provide your own custom renderer, which you can do with the
responsive.details.renderer
option.Allan