You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a column with custom rendering, displaying both a title and a person's name. So far, I have made the accessorFn return the title, so it's searchable and I use renderedCellValue in the Cell function to show the highlight.
I'd like that column to also match the person's name, and I don't mind if it's not highlighted.
Is it possible within a custom filter function to call the default filter and benefit from highlighting, and revert to searching myself the person's name if there were no matches?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a column with custom rendering, displaying both a title and a person's name. So far, I have made the
accessorFn
return the title, so it's searchable and I userenderedCellValue
in theCell
function to show the highlight.I'd like that column to also match the person's name, and I don't mind if it's not highlighted.
Is it possible within a custom filter function to call the default filter and benefit from highlighting, and revert to searching myself the person's name if there were no matches?
Beta Was this translation helpful? Give feedback.
All reactions