Hi,
in my app I have some Tables and there are Double-click events and Right-Click events (Kontextmenu).
My app can also be used from touchdevices. But there is no table.addTouchListener - Method in Table and Double Tab doesn´t work like DoubleClick. Only Single Tap on a row works and fires a normal Click Event.
How to get the table working how I want?
Thanks for your answers.