react-data-table-component-extensions
react-data-table-component-extensions copied to clipboard
Uncaught TypeError: Cannot convert a Symbol value to a string
I have clickable row and some icon image used in table data.
Error occur when try to filter, print and export the table.
@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.
so any solutions for this issue?
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'