How to display the window wherever u want in the page?

Hi

I have a dhtmlx window which i want to be displyed when any cell in the html table is clicked.

It should display near to the cell that is clicked.

I don’t want to use center() or centerOnScreen() because I have a big html table so If i click the bottom rows the window appears somewhere out of the scren.

Could you please help me with this?

Thanks

There is a method setPosition() to set position to your windows.
It can react on the click position, scroll position…
docs.dhtmlx.com/doku.php?id=dhtm … etposition

Set Position sample:
dhtmlx.com/docs/products/dht … ition.html
Keeping Window in Viewport (to make your window ‘sharply’ - not hide somewhere out of the scren):
dhtmlx.com/docs/products/dht … eepin.html