-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error implementing DataTables 2.2.x with yadcf 2.0.1.beta.9 #687
Comments
Please provide a minimal "jsfiddle" test page on which the issue can be reproduced. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm in the process of upgrading DataTables from 1.13.8 to 2.2.1.
colReorder version: 2.0.4
yadcf version: 2.0.1.beta.9
From the console I get this error:
TypeError: Cannot read properties of undefined (reading 'ColReorder')
at calcColumnNumberFilter (jquery.dataTables.yadcf.js:1106:70)
at parseTableColumn (jquery.dataTables.yadcf.js:3023:32)
at appendFilters (jquery.dataTables.yadcf.js:3376:34)
at initAndBindTable (jquery.dataTables.yadcf.js:5032:11)
at Object.init (jquery.dataTables.yadcf.js:5230:11)
DataTables Init:
yadcf Init from within initComplete function setInitComplete():
getFilterColumns(pageDetails):
If I comment out the colReorder parameter, the error goes away, but yadcf doesn't appear either.
The text was updated successfully, but these errors were encountered: