virtualized-table-for-antd icon indicating copy to clipboard operation
virtualized-table-for-antd copied to clipboard

the virtualized table component for ant design

Results 34 virtualized-table-for-antd issues
Sort by recently updated
recently updated
newest added

antd: 3.26.0 virtualizedtableforantd:0.7.9 合并行后滚动样式出现错误,如图: 查看了样式属性,是在滚动过程中,合并的那几行中的第一行被销毁 请问能否让元素滚动长一点再销毁,或者暴露一个滚动高度参数给用户自定义? ![image](https://github.com/wubostc/virtualized-table-for-antd/assets/39393904/f450b552-3f0d-4702-9432-6f9e25002248)

例如:当数据中有 children 字段时会自动展示为树形表格,但展开父节点后,scrollToIndex定位不准。 const data: RecordType[] = new Array(1000).fill(null).map((_, index) => ({ id: index, firstName: `First_${index.toString(16)}`, lastName: `Last_${index.toString(16)}`, children: [{ id: index + ".1", firstName: `First_${index.toString(16)}. 1`, lastName: `Last_${index.toString(16)}. 1`,...

Currently, while scrolling around, when you hit the area with no data, there's nothing but blank area. It would be great if you could implement skeleton for the rows being...

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

antd: 5.0.7 virtualizedtableforantd4: 1.3.0 Example: ``` const [ virtualTable, _ ] = useVT(() => ({ scroll: { y: 750 } }), []); ```

need reproduce

when i use summery props of antd table height of table calcute wrongly. we dont consider summery row. i need a option for chenge height of table manual ofter calcute...

need reproduce