ant-design/components/table
Optimistic-Chen 036a2c20a1
chore: update table demo ts type (#38333)
* 虚拟滚动列表中的Parameters<typeof Table>[0]改为泛型传参

虚拟滚动列表中的Parameters<typeof Table>[0]改为泛型传参,可以定义通过datasource定义RecordType的值,而不是object

* Update virtual-list.md

* docs: virtualtable example use generic instead of 'Parameters[0]'

* Update components/table/demo/virtual-list.md

Co-authored-by: liangjun.chen <liangjun.chen@yunqutech.com>
Co-authored-by: afc163 <afc163@gmail.com>
2022-11-02 13:21:28 +08:00
..
__tests__ chore: auto merge branches (#38278) 2022-10-31 03:22:15 +00:00
demo chore: update table demo ts type (#38333) 2022-11-02 13:21:28 +08:00
hooks feat: Dropdown support menu and dropdownRender (#37885) 2022-10-23 00:33:45 +08:00
style fix: table header shadow issue (#28096) (#38023) 2022-10-17 09:47:16 +08:00
Column.tsx chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
ColumnGroup.tsx chore: prettier components (#36171) 2022-06-22 14:57:09 +08:00
ExpandIcon.tsx fix: Accordions are missing expand and collapse states (#37065) 2022-08-17 12:28:37 +08:00
index.en-US.md docs: Table Documentation interface description error (#38065) 2022-10-17 18:06:38 +08:00
index.tsx chore: prettier components (#36171) 2022-06-22 14:57:09 +08:00
index.zh-CN.md docs: Table Documentation interface description error (#38065) 2022-10-17 18:06:38 +08:00
interface.tsx feat(table): support close fn to close filter dropdown only (#37745) 2022-09-29 14:15:11 +08:00
Table.tsx chore: use includes instead indexOf (#38139) 2022-10-21 11:45:55 +08:00
util.ts fix(table): aria-label should be use the first text content in element when column title is ReactElement in table (#38160) 2022-10-23 15:28:26 +08:00