new edit Table demo #10119
Merged
new edit Table demo #10119
Conversation
antd 也应该搞搞 perttier md 文件没有高亮。改 eslint 改了10来分钟 |
Deploy preview for ant-design ready! Built with commit 348b823 |
CI failed |
神奇。。。 |
CI failed |
Codecov Report
@@ Coverage Diff @@
## master #10119 +/- ##
=======================================
Coverage 86.47% 86.47%
=======================================
Files 196 196
Lines 4791 4791
Branches 1338 1338
=======================================
Hits 4143 4143
Misses 645 645
Partials 3 3 Continue to review full report at Codecov.
|
3c80f87
to
0309675
components/table/demo/edit-row.md
Outdated
...col, | ||
onCell: record => ({ | ||
record, | ||
inputType: record.dataIndex === 'age' ? 'number' : 'text', |
yesmeck
May 7, 2018
Member
col.dataIndex
col.dataIndex
bors bot
added a commit
to mozilla/delivery-console
that referenced
this pull request
May 10, 2018
158: Update dependency antd to v3.5.1 r=rehandalal a=renovate[bot] This Pull Request updates dependency [antd](https://github.com/ant-design/ant-design) from `v3.5.0` to `v3.5.1` <details> <summary>Release Notes</summary> ### [`v3.5.1`](https://github.com/ant-design/ant-design/releases/3.5.1) [Compare Source](ant-design/ant-design@3.5.0...3.5.1) -🐞 Fixed broken style of Input.Group under Form. [#​10371](`ant-design/ant-design#10371) -🐞 Fixed overlay style of Select. [#​10383](`ant-design/ant-design#10383) -🐞 Remove focused style of Collapse. -🐞 Remove unnecessary `z-index` of Input.Group and Checkbox. [#​9840](`ant-design/ant-design#9840) [#​10385](`ant-design/ant-design#10385) -🐞 Fixed that monospaced font family can't be bold. - Table -💄 Rewrited the editable table demo. [#​10119](`ant-design/ant-design#10119) -🐞 Fixed that table column overlay each other. [#​9822](`ant-design/ant-design#9822) - TypeScript -🐞 Fixed Breadcrumb.Item type. [#​10372](`ant-design/ant-design#10372) [@​karol-majewski] -🐞 Fixed Table `rowSelection` type。[#​10374](`ant-design/ant-design#10374) --- -🐞 修复 Input.Group 在 Form 下样式错位的问题。[#​10371](`ant-design/ant-design#10371) -🐞 修复 Select 箭头和内容重叠的问题。[#​10383](`ant-design/ant-design#10383) -🐞 移除 Collapse 点击时的 focus 样式。 -🐞 移除 Input.Group 和 Checkbox 不必要的 `z-index`。[#​9840](`ant-design/ant-design#9840) [#​10385](`ant-design/ant-design#10385) -🐞 修复一个数字等宽字体没有加粗的问题。 - Table -💄 重写了可编辑表格的演示。[#​10119](`ant-design/ant-design#10119) -🐞 修复一个表格列内容互相重叠的问题。[#​9822](`ant-design/ant-design#9822) - TypeScript -🐞 调整 Breadcrumb.Item 的类型。[#​10372](`ant-design/ant-design#10372) [@​karol-majewski] -🐞 修复 Table 的 `rowSelection` 的类型。[#​10374](`ant-design/ant-design#10374) --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com). Co-authored-by: Renovate Bot <bot@renovateapp.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
更优雅的 edit Table demo