ant-design/components/table
Jack Works 163ec46cbb Fix #9859, #9858 (#10294)
First of all, thank you for your contribution! :-)

Please makes sure that these checkboxes are checked before submitting your PR, thank you!

* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [x] Add some descriptions and refer relative issues for you PR.

Extra checklist:

**if** *isBugFix* **:**

  * [-] Make sure that you add at least one unit test for the bug which you had fixed.
2018-06-02 15:49:11 +08:00
..
__tests__ Fix and optimize table demo, close #10639 2018-05-26 00:54:30 +08:00
demo Remove window reference 2018-05-30 18:13:22 +08:00
style Change default word-break to break-word 2018-05-26 00:22:03 +08:00
Column.tsx Fix implicit any error for Table 2017-11-21 14:22:35 +08:00
ColumnGroup.tsx Remove allowSyntheticDefaultImports (#8218) 2017-11-17 14:38:54 +08:00
createBodyRow.tsx Fix implicit any error for Table 2017-11-21 14:22:35 +08:00
createStore.tsx Fix implicit any error for Table 2017-11-21 14:22:35 +08:00
filterDropdown.tsx chore: code style 2018-05-10 11:01:58 +08:00
FilterDropdownMenuWrapper.tsx Remove allowSyntheticDefaultImports (#8218) 2017-11-17 14:38:54 +08:00
index.en-US.md site: add alt to images 2018-05-21 23:42:57 +08:00
index.tsx Fix implicit any error for Table 2017-11-21 14:22:35 +08:00
index.zh-CN.md site: add alt to images 2018-05-21 23:42:57 +08:00
interface.tsx Fix #9859, #9858 (#10294) 2018-06-02 15:49:11 +08:00
SelectionBox.tsx Pass name prop down to the table selection input (#9054) 2018-01-31 01:07:53 -06:00
SelectionCheckboxAll.tsx Improve Radio/Checkbox type definition 2018-03-08 20:39:34 +08:00
Table.tsx Add position config for List pagination (#10581) 2018-05-21 21:52:18 +08:00
util.tsx Fix implicit any error for Table 2017-11-21 14:22:35 +08:00