Guillaume Bonnaire
Guillaume Bonnaire
for transform A8 to 0,7 (x, y) use : jexcel.getIdFromColumnName(cellName, returnArrayFormat) from cell you can read x,y position with read attribute. ```javascript var x = parseInt(cell.getAttribute("data-x")); var y = parseInt(cell.getAttribute("data-y"));...
I have try on your sandbox, and i have not reproduct your problem. when i click on cell A4, and right click and select remove rows. Row 4 is deleted...
@paulhodel Maybe on click right not select cell 0,0 but cell is under cursor ?
For fix that, you should update all item on toolbar. Currently on Jexcel CE/Pro toolbar is not update by cell selected. Try this : ``` onselection = function(el, x1, y1,...
@paulhodel maybe add a fonction on item toolbar for update like « onupdate(DOMElement ItemToolbar, el) ? And when onselection on spreadsheet, call onupdate of each Item toolbar ?
Hi, Do you want load full data and filter after ?
Do you use modal of jSuites ?
Hi, I have tried you reproduct this error. But for me it work. Could you share configuration of jspreadsheet ? and version used
Check with your CSS your container, maybe you should use position: relative or fixed in div contain JSS
Hi, i think, it doesn't possible from HTML Table. sorry