disable cell in when user click on 'add new'
未关闭
- 主要语言
- TypeScript
- 星标
- 1.6k
- 派生
- 867
- PR 合并指标
- 30 天内没有已合并 PR
描述
My settings are like below. when I click on the 'add new' link the ID cell is editable. We want to make that field uneditable.
mySettings = {
columns: {
id: {
title: 'ID',
editable: false,
},
name: {
title: 'Name',
},
lastname: {
title: 'Last Name',
},
}
};
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。