What is the feature used in the example table on the home page
What is the feature used in the example table on the home page
On the datatables.net home page the table has a hidden row, which when clicked shows additional data. I am trying to determine what that feature may be called. Is it a plug-in or? Please provide a link to an example.
Thank you
John
This question has an accepted answers - jump to answer
Answers
It's the Responsive extension. You will find a link to examples in the docs.
However there is a Child row details example which can display additional info without the need of using Responsive's capability of hiding columns that don't fit the page.
Kevin
I wrote up a full description of the home page example in this post which explains what extensions and configuration is used for it.
Allan
thank you allan!