ant-design/components/table/__tests__
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
..
__snapshots__ fix: Table getCheckboxProps indeterminate not working (#25649) 2020-07-24 18:46:56 +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: The 'indentSize' in the Table component couldn't be zero value (#25890) 2020-07-30 10:16:44 +08:00
Table.filter.test.js merge master into Feature (#25262) 2020-06-28 22:41:59 +08:00
Table.hooks.test.js fix: Table customize filter update (#21218) 2020-02-04 17:30:41 +08:00
Table.pagination.test.js fix: Table onChange event is triggered twice (#25520) 2020-07-10 15:17:15 +08:00
Table.rowSelection.test.js fix: Table getCheckboxProps indeterminate not working (#25649) 2020-07-24 18:46:56 +08:00
Table.sorter.test.js fix: table multiple sorter (#24852) 2020-06-08 22:45:53 +08:00
Table.test.js merge master into Feature (#25262) 2020-06-28 22:41:59 +08:00
type.test.tsx chore: Merge master branch and fix conflicts 2020-04-26 13:34:11 +08:00