Uncaught TypeError: Cannot set property ' ' of undefined

Uncaught TypeError: Cannot set property ' ' of undefined

cosrioncosrion Posts: 1Questions: 1Answers: 0
edited January 2018 in Free community support

jQuery.Deferred exception: Cannot set property '6' of undefined TypeError: Cannot set property '6' of undefined

Uncaught TypeError: Cannot set property '6' of undefined

I am translating now.
Thank you for your understanding.

I am using the data table now.
The following error occurs.

Thank you for the solution.

$(document).ready(function() {
$('#Table01').DataTable( {
"scrollX": true
} );
} );

Answers

  • allanallan Posts: 61,903Questions: 1Answers: 10,148 Site admin

    Thanks for your question. As noted in the forum rules, please post a link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Allan

This discussion has been closed.