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

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

![image](https://user-images.githubusercontent.com/4484335/117650339-2a383d80-b1c3-11eb-8e54-dd5da00dbe88.png)

sortable的参数是否可以追加排序标识DESC\ASC?

前提:表格宽度为500px,一共有两列数据,defaultColumnWidth为150;通过features.columnResize调整第一列列宽时: 1. onChangeSizes中返回的sizes始终为[60~1000, 150],与实际不符; 2. 当设置 features.columnResize中的minSize为150时,即使第一列宽度实际是大于150,也无法向左拖拽调整; https://codesandbox.io/s/competent-cookies-9bj9qh

Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of BaseTable which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn...

复现demo地址: https://codesandbox.io/s/react-playground-forked-o53wqr?file=/index.js:1417-1450 DOM断点调试可以看到tr被删除又重新创建了 ![image](https://user-images.githubusercontent.com/22712340/172789625-c0902765-84e4-4c17-988f-d9dff139a92a.png)

环境:electron 版本:2.3.1 大佬们有遇到过吗,鼠标滚轮滚动表格,到顶了继续滚动几下,往下就滚不动了,等个1s或者移动一下鼠标就可以了

当设置了 useVirtual={{ vertical: 30 }}后 通过鼠标中间的滚轮,上下滚动的时候,只滚动几行数据,就没反应了 然后鼠标需要移动一下位置,中间的滚轮又可以上下滚动几行 https://ali-react-table.js.org/examples/big-data/ 大数据量示例中的,下面两个示例 也是有对应的问题 《滚动容器为指定高度的div》 《动态行数量》

![image](https://user-images.githubusercontent.com/5292119/164911536-62e26514-d15c-4316-9829-df7402c93dc1.png)

弹性效果会造成表头和表格内容错位,在滑动时表头和内容会有轻微错位,体验不够丝滑