Get dataview item data with onSwipeX

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:

http://webix.com/snippet/2e48dad9

HI Listopad, thanks!