Skip to content
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

Open
priteshprasad87 opened this issue Sep 4, 2021 · 4 comments
Open

Comments

@priteshprasad87
Copy link

I have clickable row and some icon image used in table data.

Error occur when try to filter, print and export the table.

@rising-stark
Copy link

rising-stark commented Mar 9, 2022

@priteshprasad87

I have clickable row and some icon image used in table data.

Error occur when try to filter, print and export the table.

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 sortable: true feature.

@odanicola
Copy link

so any solutions for this issue?

@rising-stark
Copy link

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

@odanicola
Copy link

hmm it also worked when I removed 'format' key in the column and replaced it with 'cell'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants