High Level Features
Some features won't be implemented in BaseTable itself, but I will provide some examples for them.
- [x] Col/Row Span
- [x] Infinite Loading
- [x] Draggable Rows
- [x] Selection
- [x] Cell with Tooltip
- [x] Inline Editing
- [ ] Filter in Header
- [ ] Action Column
- [ ] Columns Reordering
- [ ] Columns Grouping
- [ ] Data Grouping
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 hidden prop on the Column but its not clear to me how to toggle this without a complete re-render.
@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. https://github.com/52flutter/react-base-table-extends
@52flutter looks awesome 👍
Looking forward to Filter in Header 😄