如何“选择”列表仅出现在特定单元格而不是整个列上

时间:2018-12-22 02:57:21

标签: javascript w2ui

在w2ui网格库中,以下列定义将在该列下的所有单元格上显示列表框。

columns: [..
  editable: { type: 'list', items: people, showAll: true },
  render: function (record, index, col_index) {
          var html = this.getCellValue(index, col_index);
          return html || '';
  }

但是我只希望在一个单元格上有列表框。在同一列的另一个单元格上,我可能具有DATE或TEXT字段。

0 个答案:

没有答案