Unable to search data in nested html elements inside react-table cells
A table has a few cells with simple text in the name and age columns and a few with text inside HTML elements in the details column. The code in the link can search for texts in the name and age columns, but not in the details column.
I want to make it possible to search the cells with HTML elements too.
Please help me to solve this issue.
Stack Overflow
Unable to search data in nested html elements inside react-table cells
This table has a few cells with simple texts in the name and age columns, and a few with texts inside HTML elements in the details column. The code below can search for texts in the name and age co...
0 Replies