ant-design/components/table/hooks
zyf 21224d7b5b
fix(Table): fix Table sorter argument of onChange unexpected value (#49289)
* fix(module:table):列属性为动态时,onchange函数sorter值异常问题

* 测试用例补充

* Update components/table/hooks/useSorter.tsx

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: zyf <81416635+Zyf665@users.noreply.github.com>

* Update Sorter.value.test.tsx

去除当前测试用例中的window.requestAnimationFrame和window.cancelAnimationFrame

Signed-off-by: zyf <81416635+Zyf665@users.noreply.github.com>

* 格式调整

* 格式调整

* 格式调整

* button增加type适配lint规范

---------

Signed-off-by: zyf <81416635+Zyf665@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-06-13 15:16:04 +08:00
..
useFilter docs: format code (#48309) 2024-04-08 14:04:08 +08:00
useContainerWidth.ts fix: Table virtual with narrow columns (#44818) 2023-09-13 17:53:54 +08:00
useLazyKVMap.ts docs: format code (#48309) 2024-04-08 14:04:08 +08:00
usePagination.ts feat: tsconfig enable strict (#47998) 2024-04-01 15:49:45 +08:00
useSelection.tsx feat: Add useMultipleSelect hooks, transfer supports multiple select by holding down the shift key. (#45285) 2023-10-26 11:46:22 +08:00
useSorter.tsx fix(Table): fix Table sorter argument of onChange unexpected value (#49289) 2024-06-13 15:16:04 +08:00
useTitleColumns.ts docs: format code (#48309) 2024-04-08 14:04:08 +08:00