react-base-table icon indicating copy to clipboard operation
react-base-table copied to clipboard

High Level Features

Open nihgwu opened this issue 6 years ago • 16 comments

Some features won't be implemented in BaseTable itself, but I will provide some examples for them.

nihgwu avatar Jul 12 '19 10:07 nihgwu

hi,什么时候能添加过滤标题的示例,对这个功能需求很大

52flutter avatar Mar 04 '20 02:03 52flutter

我自己尝试加了下 有个小问题就是存在x滚动条时,横向滚动弹出层不会跟着滚

52flutter avatar Mar 06 '20 01:03 52flutter

Hi @YinRenjie1993

I think, you should write in english to have a chance to get answer

tbopec avatar Mar 06 '20 09:03 tbopec

@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

nihgwu avatar Mar 06 '20 12:03 nihgwu

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.

yoonwaiyan avatar Mar 13 '20 07:03 yoonwaiyan

Any updates on "Filter in Header"?

rogoja avatar May 27 '20 13:05 rogoja

Any updates?

erennyuksell avatar Nov 24 '20 12:11 erennyuksell

Hi, @nihgwu can you please tell estimated dates about these features because i have to rearrange my workplan.

erennyuksell avatar Jan 15 '21 12:01 erennyuksell

@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

nihgwu avatar Jan 15 '21 23:01 nihgwu

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 avatar Jan 22 '21 01:01 victorborges97

@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 avatar Jan 23 '21 01:01 nihgwu

@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 avatar Mar 03 '21 03:03 gjthompson1

@gjthompson1 there should be a complete re-render on toggling columns

nihgwu avatar Mar 03 '21 10:03 nihgwu

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 avatar Mar 18 '21 09:03 52flutter

@52flutter looks awesome 👍

nihgwu avatar Mar 18 '21 10:03 nihgwu

Looking forward to Filter in Header 😄

hellobq avatar Sep 30 '21 06:09 hellobq