You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked the new yadcf 0.9.3 beta.14 and found that the square brackets(bold) in function parameters mentioned in below code throws javascript error(message: Expected Identifier).
I removed square brackets and the error has gone. After i ran the application and on click of the input field in column filter throws entries method is not found.
Please help if i missed anything
The text was updated successfully, but these errors were encountered:
I have checked the new yadcf 0.9.3 beta.14 and found that the square brackets(bold) in function parameters mentioned in below code throws javascript error(message: Expected Identifier).
Object.entries(getAllOptions()).some(function ([tableSelector, tableOptions]) {
Object.entries(tableOptions).some(function ([key, value]) {
I removed square brackets and the error has gone. After i ran the application and on click of the input field in column filter throws entries method is not found.
Please help if i missed anything
The text was updated successfully, but these errors were encountered: