-
Notifications
You must be signed in to change notification settings - Fork 25
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
Uncaught TypeError: Cannot convert a Symbol value to a string #23
Comments
I am facing the same issue but no solution so far. I guess there should be an option to say which columns to be included in filter and which not like the |
so any solutions for this issue? |
I solved it by not using this extension at all. I built the filter functionality myself. I cannot paste my code here for some reasons but I suggest where I got the idea from. https://react-data-table-component.netlify.app/?path=/story/examples-filtering--filtering |
hmm it also worked when I removed 'format' key in the column and replaced it with 'cell' |
I have clickable row and some icon image used in table data.
Error occur when try to filter, print and export the table.
The text was updated successfully, but these errors were encountered: