Uncaught (in promise) TypeError: Cannot read properties of null (reading 'parentNode')

Uncaught (in promise) TypeError: Cannot read properties of null (reading 'parentNode')

tianchaotianchao Posts: 7Questions: 4Answers: 0
edited December 2022 in Free community support

what shall I do ?

Answers

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin

    what shall I do ?

    Post a link to a test case showing the issue so we can debug it :)

    I suspect your columns in the HTML and the Javascript don't match, and you are using DataTables 1.12 or older (1.13 has a specific error for that state). But without a test case it is honestly impossible to debug that.

    Allan

Sign In or Register to comment.