question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add way to place filters outside of table header

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:7
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

Filter data in a range or table - Microsoft Support
Select any cell within the range. Select Data > Filter. Filter button. Select the column header arrow Filter arrow . Select Text Filters...
Read more >
Filter Data with Header Drop-down Filters in Excel - YouTube
Changing the way our data looks, and being able to do it quic... ... Tables, on the other hand, have added functionality to...
Read more >
How To Filter Excel Table Data Just By Entering Text In The ...
How To Filter Excel Table Data Just By Entering Text In The Header ; Save Up To 35% On EVERY Course For Xmas:...
Read more >
React-table move custom filter outsite the table - Stack Overflow
Help me please move custom filter outside the table, cuz he work only inside header block. ... Custom filter: export const Filter =...
Read more >
How to create a table filter - Coderazzi
If the filter header has been including in the GUI automatically -as it happens when is associated to a table, and the Position...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found