-
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
exFilterColumn: Uncaught TypeError: Cannot assign to read only property '0' of string #404
Comments
Please provide a test page in which your issue is reproduced... |
Hi, What I d'like to do : |
looks like a bug related to multi select and exFilterColumn , will see what went wrong |
ok thanks |
Any news on how to fix this? Thanks |
fixed in 0.9.2.beta.12 |
here is a working jsfiddle - use select2 v4 full as to the "2- other case display no value by default in the entire table and only show the row if I do a search using Yadcf filters" , see how you can do it with datatables and then try to use yadcf for better filtering, you can post a question on stackoverflow if you want |
Ok thanks for the fix and additional info. |
Do you mind telling me which line of code is related to this fix thanks |
@lenamtl here is the relevant diff |
I'm getting this error in the console when trying to set a default value.
Uncaught TypeError: Cannot assign to read only property '0' of string 'Yes'
I have tried with different column (datat-type text) and I'm having the same error.
I'm using this code
The text was updated successfully, but these errors were encountered: