I’m trying to implement a grid with a free text search box using the quick filter feature in AgGrid.
I found that it doesn’t search for the formtted value, only for the real value.
I guess it could be accomplished with the getQuickFilterText
on the column def, but this seems like a common feature I whould assume is already supported. Is there a useValueFormatterForQuickFilter
option, like we have a useValueFormatterForExport
option?
Thanks
I’ve tried using the getQuickFilterText
to work arround it, but this requires adding this to each column def, which is quite annoying.
Mordechai Weinberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.