ant-design/components/table/style
afc163 9c17f94cab
feat: Table filterMode and filterSearch functions (#31809)
* feat: Table supports filterMode="tree-select"

* add tree component

* fix detail

* use tree

* add @table-filter-dropdown-max-height

* feat: add check all to filter tree

* feat: add search

* feat: use filterTreeNode

* fix code style

* fix style

* style: tree node selected bg

* fix demo

* feat: add filterSearch

* fix: clear search value after close filter dropdown

* update snapshot

* code style

* fix test case

* chore: new FilterDropdown.tsx file

* chore: searchValueMatched function

* add test case

* test: add test cases

* feat: reset only works on dropdown state now

* chore: add table locales

* fix search input width

* tweak style

* style: update transfer search input style

* perf: improve table perf

* fix: filterMuiltiple={false}

* test: add test for selecting

* chore: fix table filter selection

* fix lint

* remove unused code

* fix: style dependencies

* test: turn off bail config for duplidated-package-plugin in feature branch

* Update components/table/hooks/useFilter/FilterSearch.tsx

Co-authored-by: Peach <scdzwyxst@gmail.com>

* fix locale link

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Peach <scdzwyxst@gmail.com>
2021-09-01 10:49:52 +08:00
..
bordered.less fix(Table): incomplete display of the top border of table when the window is small (#31298) 2021-07-08 09:39:09 +08:00
index.less feat: Table filterMode and filterSearch functions (#31809) 2021-09-01 10:49:52 +08:00
index.tsx feat: Table filterMode and filterSearch functions (#31809) 2021-09-01 10:49:52 +08:00
radius.less 💄 fix stylelint warnings and errors (#20562) 2019-12-31 15:04:00 +08:00
rtl.less chore: Narrow selection width (#28073) 2020-11-30 16:14:44 +08:00
size.less style: redesign Table header action (#30651) 2021-05-24 22:16:06 +08:00