table icon indicating copy to clipboard operation
table copied to clipboard

React Table

Results 160 table issues
Sort by recently updated
recently updated
newest added

Bumps [jsdom](https://github.com/jsdom/jsdom) from 23.2.0 to 24.0.0. Release notes Sourced from jsdom's releases. Version 24.0.0 This release reverts our selector engine back to nwsapi. As discussed in #3659, the performance regressions...

dependencies

使用 scrollTo 替换 scrollIntoView,避免出现嵌套滚动 div 的时候,使内部 div 滚动同时导致外部的 div 也一起滚动。 https://github.com/ant-design/ant-design/issues/46467

- https://github.com/ant-design/ant-design/issues/46362 to resolve this issue

Bumps [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) from 0.31.4 to 0.33.0. Release notes Sourced from @​vitest/coverage-c8's releases. v0.33.0    🚨 Breaking Changes Revert default include patterns  -  by @​so1ve #3729 0.32.0 changed the default include globs...

dependencies

Bumps [react-dnd-html5-backend](https://github.com/react-dnd/react-dnd) from 2.6.0 to 16.0.1. Release notes Sourced from react-dnd-html5-backend's releases. v16.0.0 Major Packages are now ESM-Only (https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) Node 18 Support v15.1.2 The utility packages @react-dnd/invariant, @react-dnd/shallowequal, and @react-dnd/asap...

dependencies

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.17.0 to 6.1.5. Release notes Sourced from @​testing-library/jest-dom's releases. v6.1.5 6.1.5 (2023-11-30) Bug Fixes support uppercase custom props in toHaveStyle (#552) (b7b7c6a) v6.1.4 6.1.4 (2023-10-12) Bug Fixes...

dependencies

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.31.4 to 0.34.6. Release notes Sourced from vitest's releases. v0.34.6    🐞 Bug Fixes Overwrite global URL with environment's  -  by @​sheremet-va in vitest-dev/vitest#4164 (cbe13) Correctly resolve external...

dependencies

Fix the style of the parent header in the fixed part sub-level column scenario under the multi-level header, and adjust the corresponding unit test cases. fix https://github.com/ant-design/ant-design/issues/44974

This fixes the case where you expand a table row which adds an element to the DOM, but previously would not be removed from the DOM when collapsing the row...