ant-design/components/table/__tests__
Wei Zhu 32a61d8596 fix: handle true for Table[pagination] properly
`pagination` is not designed to accept `true` value,
but in practice, many people assign `true` to `pagination`,
since they thought `pagination` accepts boolean value.
2019-02-14 17:48:35 +08:00
..
__snapshots__ fix: handle true for Table[pagination] properly 2019-02-14 17:48:35 +08:00
demo.test.js new edit Table demo (#10119) 2018-05-07 20:50:43 +08:00
empty.test.js support prettier 2018-12-07 18:27:30 +08:00
SelectionBox.test.js support prettier 2018-12-07 18:27:30 +08:00
Table.filter.test.js support prettier 2018-12-07 18:27:30 +08:00
Table.pagination.test.js fix: handle true for Table[pagination] properly 2019-02-14 17:48:35 +08:00
Table.rowSelection.test.js fix additional className (#14770) 2019-02-11 01:00:33 +08:00
Table.sorter.test.js Table: add prop sortDirections for table and column (#13773) 2018-12-22 18:16:02 +08:00
Table.test.js add warning when user both use expandedRowRender & scroll on Table 2019-01-08 21:23:04 +08:00