ant-design/components/table/style
afc163 9b95a30ec9
refactor: Table to CSS-IN-JS (#35584)
* style: add basic styles of table

* style: add basic border styles of table

* style: add more styles of table

* style: add more styles of table

* style: add pagination and summary styles

* add more styles

* style: add cell-ellipsis styles

* style: add Radius style

* style: add basic styles of table

* style: add basic border styles of table

* style: add more styles of table

* style: add more styles of table

* style: add pagination and summary styles

* add more styles

* style: add cell-ellipsis styles

* style: add Radius style

* style: add sorter style

* style: add sorter style

* style: add filter style

* style: add filter style

* style: add filter style

* style: fix filter and sort style

* style: fix bordered style

* style: fix bordered style

* style: fix bordered style

* style: add size style

* style: fix size style

* style: add selection style

* style: format code

* style: add sticky code

* style: add expand code

* style: add expand code

* style: add expand code

* style: add fixed code

* add fixed style

* style: fix diff place

* style: use number as px string

* chore: improve function name

* chore: use token

* style: rtl styles

* chore: fix marigin and padding logical properties

* fix: rtl styles

* fix: table filter dropdown style

* chore: remove useStyle

* chore: revert classNames

* fix: test case

* fix shadow in rtl

* Apply suggestions from code review

* chore: sub filter tree

* style: fix tree dropdown padding

Co-authored-by: zombiej <smith3816@gmail.com>
2022-05-31 10:10:35 +08:00
..
bordered.less style: fix Table header border when has rowSpan (#35591) 2022-05-17 18:19:17 +08:00
bordered.tsx refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00
ellipsis.tsx refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00
empty.tsx refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00
expand.tsx refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00
filter.tsx refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00
fixed.tsx refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00
index.less refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00
index.tsx refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00
pagination.tsx refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00
radius.less 💄 fix stylelint warnings and errors (#20562) 2019-12-31 15:04:00 +08:00
radius.tsx refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00
rtl.less style: optimized Table action position in rtl (#32283) 2021-09-24 16:53:13 +08:00
rtl.tsx refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00
selection.tsx refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00
size.less fix: small/middle table selection dropdown margin issue (#35174) 2022-04-22 16:01:20 +08:00
size.tsx refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00
sorter.tsx refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00
sticky.tsx refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00
summary.tsx refactor: Table to CSS-IN-JS (#35584) 2022-05-31 10:10:35 +08:00