我想将图像弹出窗口显示在handsonable标题之一上。
self.handsontable =新的HandsonTable(元素, { 数据:商品数据, colHeaders:[“数量”,“长度”], sortIndicator:false, columnSorting:true, contextMenu:['row_above','row_below','remove_row'], renderAllRows:true, 列:[ {数据:“数量”, 类型:“数字”, 格式:“ 0”, 宽度:'40', 验证者:emptyNumberValidator, readOnly:'Disabled'}, {数据:“长度”, 类型:“数字”, 格式:“ 0”, 宽度:'40', 验证者:emptyNumberValidator, readOnly:'Disabled'}
] })