2022-10-20 Wit〆苗大
feat(EditableCell): table 可编辑单元格和可编辑行 增加 单选框相关组件, 并增加示例 (#2294)
blob@ e08a15 提交对比 | 对比当前
2022-07-05 wjc112233
fix: fix#2031 修复表格可编辑行在编辑模式下,无法处理数组类型的值的问题 (#2035)
blob@ ddb678 提交对比 | 对比当前
2022-07-05 Cyrus Zhou
Table BasicColumn 添加 editDynamicDisabled (#2018)
blob@ 4730b3 提交对比 | 对比当前
2022-03-28 zuihou
Merge remote-tracking branch 'origin/main'
blob@ 418ca2 提交对比 | 对比当前
2022-03-28 zuihou
fix: 修复表格编辑时 Checkbox 组件无法正常取消勾选
blob@ 923ecd 提交对比 | 对比当前
2022-01-18 lzdjack
feat: 增强可编辑单元格功能 (#1576)
blob@ b63f7d 提交对比 | 对比当前
2022-01-18 wentmac
fix: 修复EditCellTable 可编辑单元格当columns.ellipsis=true时,回调中取不到key的值。 (#1598)
blob@ e82baf 提交对比 | 对比当前
2021-12-18 Henry Rao
FixEditcell: 修复可编辑单元格不显示0的bug (#1486)
blob@ 46e28f 提交对比 | 对比当前
2021-10-26 vben
chore: fix type
blob@ a248e2 提交对比 | 对比当前
2021-09-15 无木
fix(table): editable cell can not submit
blob@ ba2c1a 提交对比 | 对比当前
2021-08-27 无木
feat(table): add `onValid` for editRow
blob@ ee7c31 提交对比 | 对比当前
2021-08-24 vben
chore: format code
blob@ 56a966 提交对比 | 对比当前
2021-08-20 无木
fix(table): editable icon not show with empty cell
blob@ edc309 提交对比 | 对比当前
2021-08-19 无木
feat(table): add `beforeEditSubmit` for editable cell
blob@ 2c867b 提交对比 | 对比当前
2021-08-14 无木
fix(table): `size` not worked in `editComponentProps`
blob@ 797189 提交对比 | 对比当前
2021-08-09 无木
fix(table): `0` is not shown in editable cell
blob@ 33a335 提交对比 | 对比当前
2021-07-24 无木
fix(table): fix `dataPicker` show in `fullscreen` mode
blob@ a5a9b3 提交对比 | 对比当前
2021-07-24 无木
fix(table): component shown in `fullscreen` mode
blob@ a07ab6 提交对比 | 对比当前
2021-07-21 无木
fix(table): fix editable cell not support `ellipsis`
blob@ 4bb506 提交对比 | 对比当前
2021-07-19 无木
feat(basic-table): add `ApiTreeSelect` edit component
blob@ 52af1d 提交对比 | 对比当前
2021-07-16 无木
fix(table): `value` show problem in editable cell
blob@ 61ce25 提交对比 | 对比当前
2021-06-28 无木
fix(table): editComponentProps support onChange
blob@ 829b36 提交对比 | 对比当前
2021-06-25 无木
fix(table): treeTable editable error
blob@ 4ae39c 提交对比 | 对比当前
2021-06-23 无木
fix(table): event editCancel loss params
blob@ 8d2223 提交对比 | 对比当前
2021-06-05 无木
feat(table): support custom update on row editing
blob@ fe2bcf 提交对比 | 对比当前
2021-05-26 无木
feat(table): editable component text align
blob@ 8eaf57 提交对比 | 对比当前
2021-05-22 zuihou
style: formatting code
blob@ 3ef508 提交对比 | 对比当前
2021-04-25 Vben
fix: fix the default value of props
blob@ 8b2e0f 提交对比 | 对比当前
2021-04-12 Vben
style(eslint): fix eslint error
blob@ 3c441a 提交对比 | 对比当前
2021-04-05 Vben
chore: format code
blob@ 3576d0 提交对比 | 对比当前
2021-03-21 Vben
feat(table): add expandAll/collapseAll function close #333
blob@ 391da9 提交对比 | 对比当前
2021-03-11 Vben
fix(table): ensure that editable cell values are echoed correctly close #335
blob@ fab7a6 提交对比 | 对比当前
2021-03-11 Vben
fix(tree): tree can customize title close #344
blob@ ed422b 提交对比 | 对比当前
2021-02-19 vben
fix(table): fix known errors in editable tables close #267
blob@ 4f8e1c 提交对比 | 对比当前
2021-02-09 vben
fix(table): fix the table in the editable row status and press Enter to con...
blob@ 64533f 提交对比 | 对比当前
2021-01-28 vben
chore: format code by eslint #222
blob@ 9edc28 提交对比 | 对比当前
2021-01-27 葡萄架
Fix the return value when editing the cell(#219)
blob@ 1a85df 提交对比 | 对比当前
2021-01-26 葡萄架
fix(table): fix the initial data display of editable cells (#218)
blob@ 9ea257 提交对比 | 对比当前
2021-01-17 vben
refactor(menu): added component. Solve the menu stuck problem
blob@ ff2b12 提交对比 | 对比当前
2021-01-12 vben
perf: perf table
blob@ cdf0a6 提交对比 | 对比当前
2021-01-07 vben
fix(form): formAction slot not work
blob@ de5bf7 提交对比 | 对比当前
2021-01-04 vben
fix(table): fix edit-table not work
blob@ c03116 提交对比 | 对比当前
2021-01-04 vben
fix(layout): fix layout scale error
blob@ da76f3 提交对比 | 对比当前
2021-01-02 vben
fix(table): table columns setting will uncheck all render columns #154
blob@ aa596a 提交对比 | 对比当前
2020-12-31 vben
refactor(table): refactor table #150 #148 #146 #130 #76
blob@ 9c2f3f 提交对比 | 对比当前
首页 | « 前一页 | 下一页 »