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

Performent, flexible and modern React table component.

Results 106 ali-react-table issues
Sort by recently updated
recently updated
newest added

或者如何更新当前列的数组

问题: 当使用 getSpanRect 来进行合并单元格时,如果用户往下滚动,当滚到刚好看不到合并单元格的值时,会默认全部展开,如下 GIF 期望: 有没有什么办法关闭这个行为,因为这个很容易让用户以为是一个 BUG; 或者说有没有办法做到当用户看不到合并单元格的居中的值时,合并单元格的值可以跟随滚动条滚动 @shinima Code: ```javascript const tableSchema = [ { name: 'xxxxx', code: 'id1', getSpanRect: (value: string, { rowSpan }: TableList, rowIndex: number)...

有个这样的需求:没做虚拟滚动时,通过浏览器自带的ctrl+f 查找元素,能找到自己想要的搜索内容(为啥要这样?因为是带统计的个报表,这种方式可以同时展示出相关的数据),做了虚拟滚动后,因为不在显示区域的节点没渲染,导致ctrl+f是查找不到的。所以我在想是否不是可以通过 增加一个搜索条件,在datasource里面找到对应的行号+行高计算出预计滚动条滚动的距离,在设置滚动条滚动距离,来实现类似的功能。 或者有没有更好的方案?

大量列表的时候,发现做了tr的回收,远离当前视口的tr都被实时的回收掉,这导致获取tr的DOM失效,`scrollIntoView`这些方法也就不能用了。 怎样才能禁掉自动回收tr的特性呢? 或者有啥别的方法可以实现滚动到指定行? 挺急的,在线等

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

目前支持了合计,但只能固定在底部 希望合计可以固定在顶部

大佬,请问`convertDrillTreeToCrossTree`方法支持给`generateSubtotalNode`选项添加聚合方式`SUM,AVG,MAX,MIN`的选择嘛(默认 SUM),这个功能方便支持嘛,这种场景比较常见

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

想对CrossTable的数据进行排序

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies