global filter not working with custom cell #2883
Unanswered
shabeebcoder
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi, this is how I solved a similar issue: line 22 hope it helps |
Beta Was this translation helpful? Give feedback.
1 reply
-
Actual problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
{
Header: 'Client Name ',
Footer: 'Last Name',
},
With custom cell (like above) global filter is not working
if i change code above to following(below) then global filter work with this cell
{
Header: 'Client Name ',
Footer: 'Last Name',
accessor: 'clinetname"
},
is there any way to make global filter work with custom cell ?
Beta Was this translation helpful? Give feedback.
All reactions