Column Filtering example is broken

Column Filtering example is broken

Berserker55Berserker55 Posts: 11Questions: 5Answers: 0

Link to test case: https://datatables.net/extensions/fixedheader/examples/options/columnFiltering.html
Debugger code (debug.datatables.net):
Uncaught ReferenceError: cursorPosition is not defined
at HTMLInputElement.<anonymous> (columnFiltering.html:84:28)
at HTMLInputElement.dispatch (jquery-3.5.1.js:5429:27)
at elemData.handle (jquery-3.5.1.js:5233:28)
Error messages shown:
Uncaught ReferenceError: cursorPosition is not defined
at HTMLInputElement.<anonymous> (columnFiltering.html:84:28)
at HTMLInputElement.dispatch (jquery-3.5.1.js:5429:27)
at elemData.handle (jquery-3.5.1.js:5233:28)
Description of problem:
cursorPosition is defined in the wrong scope.

Answers

  • allanallan Posts: 61,451Questions: 1Answers: 10,055 Site admin

    Hi,

    This is the example to use. I've actually deleted the example you linked to from the git repo already as it was wrong and duplicated. I'll be doing a release tomorrow which will include the updates :)

    Allan

Sign In or Register to comment.