table
table copied to clipboard
React Table
更复杂的分组表头
更复杂分组表头的渲染 期望渲染结果:  实际渲染结果:  示例复现的代码 ```tsx import React from 'react'; import type { TableProps } from 'rc-table'; import Table from 'rc-table'; import '../../assets/index.less'; const columns: TableProps['columns'] = [ {...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...
fix: https://github.com/ant-design/ant-design/issues/48477
Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 10.3.12. Changelog Sourced from glob's changelog. changeglob 10.3 Add --default -p flag to provide a default pattern exclude symbolic links to directories when follow and...
- RFC: https://github.com/ant-design/ant-design/discussions/48152 - issue https://github.com/ant-design/ant-design/issues/32811 原先内部 `onColumnResize` 重命名为 `onColumnWidthChange`,进行区分 ## Summary by CodeRabbit - **新功能** - 表格列支持可调整宽度(resizable),表头可拖拽调整,支持最小宽度与方向适配;新增列宽调整完成回调以获取被调整列及所有列的最新宽度,调整状态在表格上有视觉指示。 - 示例改为基于 Hooks 的演示,包含 RTL 切换与内置列调整演示。 - **样式** - 增加拖拽手柄与调整指示线样式,优化固定列阴影的交互体验(阻止遮挡交互)。 - **文档**...
ref: https://github.com/ant-design/ant-design/discussions/48656 需要 rc-virtual-list 支持下这个 https://github.com/react-component/virtual-list/pull/265
Bumps [rc-dropdown](https://github.com/react-component/dropdown) from 4.0.1 to 4.2.0. Release notes Sourced from rc-dropdown's releases. v4.2.0 chore: bump trigger (#235) 3405f5f Create dependabot.yml 2492566 Bump less from 3.13.1 to 4.1.1 (#138) b8cc770 chore:...
使用虚拟滚动时,设置rowKey有个特殊处理,当唯一值id不存在时,使用索引index代替 rowKey = {(record, index)=>(record?.id || index )} 但索引打印为undefined 看了是因为虚拟滚动Table内部使用rc-virtual-list组件时未传递index,建议支持下索引,或者直接在Table rowKey移除对index的支持,否则使用时容易出现bug https://github.com/react-component/table/blob/b4a5a03615cfe19b3060d486cb6657fba2934b88/src/VirtualTable/BodyGrid.tsx#L234
> [email protected] compile > father build && lessc assets/index.less assets/index.css ============= WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree. You may find...
Ref: [#48050](https://github.com/ant-design/ant-design/issues/48050)