-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High Level Features #64
Comments
hi,什么时候能添加过滤标题的示例,对这个功能需求很大 |
我自己尝试加了下 有个小问题就是存在x滚动条时,横向滚动弹出层不会跟着滚 |
Hi @YinRenjie1993 I think, you should write in english to have a chance to get answer |
@tbopec LOL I'm Chinese so I understand the question, I just didn't have a chance to answer it @YinRenjie1993 It's recommended to use react-popper to implement the overlay, it has the most powerful positioning engine, and that's also what we are using internally, and it works great |
I would like to know how filtering in header works too. We're using react-popper for custom filtering using react-table but I'm wondering is there any built-in filter handling available with react-base-table. |
Any updates on "Filter in Header"? |
Any updates? |
Hi, @nihgwu can you please tell estimated dates about these features because i have to rearrange my workplan. |
@Frekansapp sorry I'm kinda busy and don't have enough time on those examples, but if you have any specific problem I'm happy to share some ideas |
Hello buddy, how are you ? I would like an idea to put filters on my table. while it does not have react-base-table as a default ? |
@victorborges97 I'm not sure if I got you right but BaseTable is ui library agnostic, filters involve specific component to implement, which could be always be done on user land |
@nihgwu Is there a performant way to hide columns. I see this in the columnManager https://github.com/Autodesk/react-base-table/blob/master/src/ColumnManager.js#L45-L49, There is a |
@gjthompson1 there should be a complete re-render on toggling columns |
A plug-in method extends react-base-table, supports sorting, selection, tree selection, table header grouping, automatic rowSpan, virtualization configurable, etc. |
@52flutter looks awesome 👍 |
Looking forward to Filter in Header 😄 |
Some features won't be implemented in
BaseTable
itself, but I will provide some examples for them.The text was updated successfully, but these errors were encountered: