glin / reactable

Interactive data tables for R
https://glin.github.io/reactable
Other
613 stars 79 forks source link

Change position of column filter #208

Open whysall opened 2 years ago

whysall commented 2 years ago

I'm transitioning a table over from DT, and would like to keep the position of the column filters at the bottom. Is there a way to do that for reactable?

Thanks for the awesome package!

glin commented 2 years ago

Hi, there isn't a way to do this in reactable, and it probably won't be added because of how uncommon it is. However, there will likely be a way to render custom filters in arbitrary cells at some point, and you would be able to place column filters in the footer cells without too much extra effort (related: https://github.com/glin/reactable/issues/9).