TanStackT
TanStack7mo ago
1 reply
unique-blue

how to get current filterFn (filtering algorithm name)

Hi! I need an urgent help!

How can i get current filterFn for column? (Current filtering algorithm name)

i need to get a filterFn name to send to the server.
column?.getFilterFn?();
gives me the function body as far as i understand.

column?.getFilterFn?().?name

function name here changes during compilation to a shorter one
Was this page helpful?