Replace icon in Table filter overlay #3679
Unanswered
Tchomasek
asked this question in
PrimeReact
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is this overlay for advanced filtering of table https://primereact.org/datatable/#advanced_filter.

I am looking for a way how to replace the thrash bin icon. I tried to use
filterRemoveIcon={() => <svg>...</svg>}
as a prop ofDataTable
, but apparently there is no such prop.Edit: after exploring the source code, i see that there is
filterRemoveIcon
prop, but it is not passed onto theColumnFilter
. It might be a bug.Beta Was this translation helpful? Give feedback.
All reactions