childRowImmediate not defined

childRowImmediate not defined

liangcanlinliangcanlin Posts: 9Questions: 2Answers: 0
edited June 2018 in Free community support

Im trying to display Datatable in meteor app with displayed all columns on all screens with
display: $.fn.dataTable.Responsive.display.childRowImmediate
loaded jquery files from the example , but im getting the
Cannot read property 'childRowImmediate' of undefined
What would be the solution for this ?

$.fn.dataTable.Responsive.display.modal()
Cannot read property 'modal' of undefined

I don't know how to use Responsive extension.

This question has accepted answers - jump to:

Answers

  • tangerinetangerine Posts: 3,342Questions: 35Answers: 394

    Are you making reference to the Responsive extension anywhere in your code?

  • liangcanlinliangcanlin Posts: 9Questions: 2Answers: 0
    edited June 2018

    but set responsive parameter is true ,it's no problem

  • liangcanlinliangcanlin Posts: 9Questions: 2Answers: 0

    The Responsive extension is dataTables.responsive.js?This is already used in it.

  • liangcanlinliangcanlin Posts: 9Questions: 2Answers: 0
    edited June 2018

    Okay, it's the version problem

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    As in, you were using an old version and if you include the new version it works okay?

    Allan

  • liangcanlinliangcanlin Posts: 9Questions: 2Answers: 0

    I don't know,but used the latest version js and css file.This will not error.

  • liangcanlinliangcanlin Posts: 9Questions: 2Answers: 0

    My English is poor, I hope you can understand it.

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Answer ✓

    Thank you. It sounds like if you use the latest version then it works okay.

    Can this question be closed?

    Allan

  • liangcanlinliangcanlin Posts: 9Questions: 2Answers: 0

    How to close this quetion?

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Answer ✓

    Done. Thanks!

This discussion has been closed.