要获取点击事件,请尝试这种方式。
paymentStatus: { title: 'Country', type: 'html', valuePrepareFunction: (cell, row) => { return row }, editor: { type: 'list', config: { list: [{ value: 1, title: 'India' }, { value: 2, title: 'Canada' }] } } },
运用 的 valuePrepareFunction() 强> 你将能够获得数据。
然后你必须调用API并绑定到下拉列表。