Hi @aleksandra_budnik
I want to display the image popup on hover at the one of the header of handsontable.
self.handsontable=new HandsonTable(elem, { data:goodsData, colHeaders:[“Qty”,“Length”], sortIndicator:false, columnSorting:true, contextMenu:[‘row_above’,‘row_below’,‘remove_row’], renderAllRows:true, columns:[ { data: ‘Quatity’, type:‘numeric’, format:‘0’, width:‘40’, validator: emptyNumberValidator, readOnly:‘Disabled’ }, { data: ‘Length’, type:‘numeric’, format:‘0’, width:‘40’, validator: emptyNumberValidator, readOnly:‘Disabled’ }
] })
Can you please help…