ant-design/components/table/__tests__
07akioni 50ae190b57
feat: table row check strictly (#24931)
* feat: add checkStrictly on Table.rowSelection

* fix: LGTM warnings

* test: table rowSelection.checkStrictly

* test: add cov [wip]

* refactor: tree.rowSelection.checkStrictly [wip]

* test: table.rowSelection.checkStrictly basic case

* feat: support rowKey on checkStrictly table

* feat: Table checkStrictly support getCheckboxProps

* docs: Table checkStrictly

* chore: typo

* chore: remove useless comment

* chore: update snapshot

* chore: update snapshot

* fix: fire selectAll on selection dropdown menu & changeRows incorrect in selectAll callback

* docs: typo

* chore

* chore

* fix: expand buttons of leaf rows in tree data are not hidden

* feat: Table warning about rowKey index parameter

* perf: only generate keyEntities when not checkStrictly

* refactor: remove useless parseCheckedKeys

* refactor: get derived selected & half selected keys from selectedRowKeys

* chore: remove env condition stmt

* chore: revert index usage & code formatting

* chore: rerun ci

* docs: table tree-data checkstrictly

* test: update snapshots

* refactor: use useMergedState hook

* chore: rerun ci

* chore: rerun ci 2

* chore: revert selection select all behavior

* refactor: refactor code based on feature

* chore: revert table code format

* chore: revert table code format

* fix: useMemo deps

* fix: useMemo deps

* fix: useMemo deps
2020-06-23 22:19:33 +08:00
..
__snapshots__ feat: table row check strictly (#24931) 2020-06-23 22:19:33 +08:00
demo.test.js chore: Remove React function polyfill (#19279) 2019-10-18 11:29:34 +08:00
empty.test.js fix: Table expanded logic (#22832) 2020-04-01 20:57:35 +08:00
Table.expand.test.js fix: Table expandIconColumnIndex with rowSelect (#21915) 2020-03-06 00:58:26 +08:00
Table.filter.test.js merge feature into master-to-merge-feature 2020-06-19 13:22:11 +08:00
Table.hooks.test.js fix: Table customize filter update (#21218) 2020-02-04 17:30:41 +08:00
Table.pagination.test.js feat: update pagination@2.3.0 support onChange called when pageSize change (#24964) 2020-06-13 14:26:29 +08:00
Table.rowSelection.test.js feat: table row check strictly (#24931) 2020-06-23 22:19:33 +08:00
Table.sorter.test.js fix: table multiple sorter (#24852) 2020-06-08 22:45:53 +08:00
Table.test.js feat: table row check strictly (#24931) 2020-06-23 22:19:33 +08:00
type.test.tsx chore: Merge master branch and fix conflicts 2020-04-26 13:34:11 +08:00