TypeError: $.fn.DataTable.Responsive is undefined

TypeError: $.fn.DataTable.Responsive is undefined

MinimäxMinimäx Posts: 2Questions: 1Answers: 0
edited June 2018 in Free community support

Hello, im trying to set child rows to always open
https://datatables.net/extensions/responsive/examples/display-types/immediateShow.html
responsive: {
details: {
display: $.fn.DataTable.Responsive.display.childRowImmediate,
type: ''
}
}

But im getting this error:
TypeError: $.fn.DataTable.Responsive is undefined

What can I do?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin
    Answer ✓

    Sounds like Responsive's Javascript hasn't been loaded. Use the download builder to include Responsive.

    Allan

  • MinimäxMinimäx Posts: 2Questions: 1Answers: 0

    Thanks, but now im getting this error:

    TypeError: a is null

This discussion has been closed.