Hi Webix team, in the snipped http://webix.com/snippet/e4df5d0a I have a dataview on a touch device and I want with onSwipeX get the item data like the onSelectChange event. Thanks for advice
Hi,
onSwipeX
stores only two parameters - initial and final coordinates of the gesture.
However, it is possible to locate the corresponding element and extract the id from the item’s HTML node:
HI Listopad, thanks!