T
TanStack3y ago
rare-sapphire

How to set filter function on a column after useReactTable hook ?

This snippet doesn't work
const table = useReactTable<TableType>({...})

table.getColumn("date").columnDef.filterFn = () => {
// unusable function
}
const table = useReactTable<TableType>({...})

table.getColumn("date").columnDef.filterFn = () => {
// unusable function
}
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?