最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Tabulator: rowClick event not fired for list elements - Stack Overflow

programmeradmin0浏览0评论

I use rowClick event in Tabulator (6.3) to perform an row update into a database. The event is fired perfectly for standard elements, but not for list elements:

table.on("rowClick", function(e, row){
 console.log ('--- rowClick ---');
}); 

e.g. for this column:

{title:"Aufgabe", field: "name", width: 100, editor: "list", editorParams: {values: aufgabendata}},

Is there a chance to get this event on row, regardless of type of cell?

BTW Editor "time" works fine.

The main goal is to have an event when the row changed (click on another row) and a cell in the old row had been changed.

发布评论

评论列表(0)

  1. 暂无评论