Skip to content

Add way to place filters outside of table header #928

@python273

Description

@python273

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 input

but 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions