Uncaught TypeError: Cannot read property 'adjust' of undefined

Uncaught TypeError: Cannot read property 'adjust' of undefined

snguyen1039snguyen1039 Posts: 2Questions: 2Answers: 0
edited February 2017 in Free community support

I'm using the Fixed Header datatable function, but I have a problem. Every time I try to call the function "adjust", I get the TypeError. I have all of the JavaScript plugins included, so I don't know what is going on here.

Uncaught TypeError: Cannot read property 'adjust' of undefined
at HTMLDocument.<anonymous> (header:3199)
at fire (jquery-1.12.4.js:3232)
at Object.fireWith [as resolveWith] (jquery-1.12.4.js:3362)
at Function.ready (jquery-1.12.4.js:3582)
at HTMLDocument.completed (jquery-1.12.4.js:3617)

JavaScript plugins
"//code.jquery.com/jquery-1.12.4.js"
"https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js"
"https://cdn.datatables.net/responsive/2.1.1/js/dataTables.responsive.min.js"
"https://cdn.datatables.net/fixedheader/3.1.2/js/dataTables.fixedHeader.min.js"

Answers

  • allanallan Posts: 63,852Questions: 1Answers: 10,519 Site admin

    Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged.

    Information on how to create a test page, if you can't provide a link to your own page can be found here.

    Thanks,
    Allan

This discussion has been closed.