-
Couldn't load subscription status.
- Fork 431
Closed
Description
Currently I do it this way:
// column
filter: customFilter({type: FILTER_TYPES.SELECT}),
filterRenderer: (onFilter, column) => {
this.onSomethingFilter = onFilter;
return null;
},
// then using this.onSomethingFilter in a custom inputbut it seems hacky. Is there a better way?
Maybe it can be done via calling onTableChange handler? Or it's possible to add prop for filter values that would trigger table change when it's changed
rchaser, Mouerr, Vinaythegreat, rnldyosua, Tzahi12345 and 2 more
Metadata
Metadata
Assignees
Labels
No labels