DataTables / Responsive

Responsive extension for DataTables, providing support for complex tables on all device screen sizes
Other
148 stars 86 forks source link

responsive.details.type = '' doesn't work as expected #108

Closed pajusmar closed 5 years ago

pajusmar commented 5 years ago

The documentation example states that when the responsive.details.type option is set to be an empty string it disables the user's ability to toggle the child rows - i.e. in this example the full contents of the table are always visible.

A click on a first cell of any row will hide the connected child row.

DataTables commented 5 years ago

Thanks for letting me know about this! The description was just plain wrong there I'm afraid. I've updated it now - responsive.details.target being an empty string is needed to disable the end user interaction. You'll probably need the code update for that as well.

pajusmar commented 5 years ago

Thanks for the quick response and fix!