Bug Report: Responsive plugin throws exception on details: false
Bug Report: Responsive plugin throws exception on details: false
michaelcm
Posts: 4Questions: 1Answers: 0
Disabling of the details section throws a javascript exception during initialization.
DataTables options to reproduce:
responsive: {
detials: false
}
Uncaught TypeError: this.c.details.display is not a function
Ironically the example page is the best example for this as it too throws the exception (open developer tools then load or reload page):
https://www.datatables.net/extensions/responsive/examples/child-rows/disable-child-rows.html
Thanks!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Thanks for posting this. The issue you rase was fixed by this commit in November and will be included in the next release (which I hope to make today as it happens).
Allan
Confirmed fixed in last update. Thanks!