Hi,
I am able to run the formula on single cell.
But I want to apply the same formula by dragging or double clicking on the cell for the entire column,
also I want to select coordinates by clicking on particular cell, like in MS Excel.
This is very critical for my project waiting for your reply.
Hi,
I am able to run the formula on single cell.
But I want to apply the same formula by dragging or double clicking on the cell for the entire column,
also I want to select coordinates by clicking on particular cell, like in MS Excel.
This is very critical for my project waiting for your reply.
Creating a point-and-click functionality is planned for the II stage of the new formula plugin reported here https://github.com/handsontable/handsontable/issues/6466 and to achieve the same with the current solution you’d need to rewrite the cell editor logic. Cause by default when you click outside the editor it closes.