Bug Report: Responsive plugin throws exception on details: false

Bug Report: Responsive plugin throws exception on details: false

michaelcmmichaelcm Posts: 4Questions: 1Answers: 0
edited January 2016 in Free community support

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

Answers

  • allanallan Posts: 61,740Questions: 1Answers: 10,111 Site admin
    Answer ✓

    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

  • michaelcmmichaelcm Posts: 4Questions: 1Answers: 0

    Confirmed fixed in last update. Thanks!

This discussion has been closed.