Is there a way to get top and left x/y coordinates of a cell? It would be very handy.
Hello
You can do it via javascript or jQuery methods. Just get the div of this cell the next way;
var container = layout.cells("a").cell;
Thank you. This is very useful. I can also use this to easily find which cell was clicked.
You are welcome!