ant-design/components/table
Omri Grossman 8800b56e47
fix: The 'indentSize' in the Table component couldn't be zero value (#25890)
* - Fixed the indentSize prop of Table.tsx to also accept 0 values

* - Undo Cascader component test snapshots

* - Added test case
- Used check with typeof === number instead of `undefined` and `null`

Co-authored-by: omri.g <omri.g@alibaba-inc.com>
2020-07-30 10:16:44 +08:00
..
__tests__ fix: The 'indentSize' in the Table component couldn't be zero value (#25890) 2020-07-30 10:16:44 +08:00
demo fix: Table getCheckboxProps indeterminate not working (#25649) 2020-07-24 18:46:56 +08:00
hooks fix: Table getCheckboxProps indeterminate not working (#25649) 2020-07-24 18:46:56 +08:00
style style: fix Descriptions breaks Table width when (#25593) 2020-07-13 11:26:15 +08:00
Column.tsx
ColumnGroup.tsx
ExpandIcon.tsx Revert "test: Fix Table test (#23915)" (#23916) 2020-05-06 23:38:58 +08:00
index.en-US.md docs: 📝 update table locale API 2020-07-25 14:32:45 +08:00
index.tsx fix: table export ColumnProps (#21321) 2020-02-10 17:43:45 +08:00
index.zh-CN.md docs: 📝 update table locale API 2020-07-25 14:32:45 +08:00
interface.tsx merge master into Feature (#25262) 2020-06-28 22:41:59 +08:00
Table.tsx fix: The 'indentSize' in the Table component couldn't be zero value (#25890) 2020-07-30 10:16:44 +08:00
util.ts fix: Table.Column should correct handle sorter state (#21194) 2020-02-03 16:48:13 +08:00