table
table copied to clipboard
React Table
修复表格expandable中设置fixed:right不生效,issues:https://github.com/ant-design/ant-design/issues/50846 - 问题原因 对于fixed的处理不正确,一个是判断逻辑有问题,fixed不应该和expandIconColumnIndex一起判断,一个是插入扩展列的时候没有按照fixed的值来处理 - 如何修复 1. 插入时增加判断,当设置fixed为left或者,fixed没设置时,默认插入到列数据数组第一个,如果fixed为right则插入到最后一个 2. 修改fixedColumn变量表达传入位置到逻辑 ## Summary by CodeRabbit - **新功能** - 增强了列管理的灵活性,允许更动态地处理展开列的位置和列的固定状态。
Bumps [rc-menu](https://github.com/react-component/menu) from 9.13.0 to 9.15.1. Release notes Sourced from rc-menu's releases. v9.15.1 test: snap (#738) d9a5c6a fix: recursion lose prefixCls (#737) f3f03a2 https://github.com/react-component/menu/compare/v9.15.0...v9.15.1 v9.15.0 chore: add pnpm-lock.yaml e37d05c docs:...
Bumps [cheerio](https://github.com/cheeriojs/cheerio) from 1.0.0-rc.12 to 1.0.0. Release notes Sourced from cheerio's releases. v1.0.0 Cheerio 1.0 is here! 🎉 Announcement Blog Post Breaking Changes The minimum NodeJS version is now 18.17...
Resolve the issue of table header width collapsing and flashing during the initial rendering when setting sticky=true for a table with a large number of columns.  ## Summary by...
I got this bug when use virtual and set column width to null ``` Uncaught TypeError: Cannot read properties of null (reading 'endsWith') at parseColWidth (useWidthColumns.js:8:1) at useWidthColumns.js:26:1 at Array.forEach...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 56.0.1 to 58.0.0. Release notes Sourced from eslint-plugin-unicorn's releases. v58.0.0 Potentially breaking Update engines.node in package.json to match real compatibility (#2581) e48a620 Improvements escape-case: Add case option...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.23.0. Release notes Sourced from eslint's releases. v9.23.0 Features 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨) 8320241 feat: support TypeScript syntax...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.5 to 16.2.0. Release notes Sourced from @testing-library/react's releases. v16.2.0 16.2.0 (2025-01-15) Features Add support for React error handlers (#1354) (9618c51) v16.1.0 16.1.0 (2024-12-05) Features Add support...
Bumps [rc-menu](https://github.com/react-component/menu) from 9.13.0 to 9.16.1. Release notes Sourced from rc-menu's releases. v9.16.1 perf: Optimize expandIcon rerender (#746) 4960fa9 https://github.com/react-component/menu/compare/v9.16.0...v9.16.1 v9.16.0 chore: bump prettier version 893f875 chore: update lock file...