ant-design/components/table
Will e91f67b87c Update index.zh-CN.md (#11427)
First of all, thank you for your contribution! :-)

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

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

**elif** *isNewFeature* **:**

  * [ ] Update API docs for the component.
  * [ ] Update/Add demo to demonstrate new feature.
  * [ ] Update TypeScript definition for the component.
  * [ ] Add unit tests for the feature.
2018-07-24 11:29:30 +08:00
..
__tests__ update snapshots 2018-07-23 15:21:28 +08:00
demo Fix edit-row.md 2018-07-19 11:28:44 +08:00
style Fix header overflow style of empty table in Firefox, close #11135 2018-07-04 12:09:28 +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 feat: filterIcon can be a function 2018-07-02 19:42:27 +08:00
FilterDropdownMenuWrapper.tsx Remove allowSyntheticDefaultImports (#8218) 2017-11-17 14:38:54 +08:00
index.en-US.md feat: filterIcon can be a function 2018-07-02 19:42:27 +08:00
index.tsx Fix implicit any error for Table 2017-11-21 14:22:35 +08:00
index.zh-CN.md Update index.zh-CN.md (#11427) 2018-07-24 11:29:30 +08:00
interface.tsx fix table onChange pagination type (#11291) 2018-07-17 17:56:24 +08:00
SelectionBox.tsx Pass name prop down to the table selection input (#9054) 2018-01-31 01:07:53 -06:00
SelectionCheckboxAll.tsx Fix CheckboxAll status when remove data and selectedKeys 2018-06-05 20:45:19 +08:00
Table.tsx update warning message 2018-07-20 12:10:43 +08:00
util.tsx Fix implicit any error for Table 2017-11-21 14:22:35 +08:00