Mobile datatable

I have a datable in a mobile app.
When I try to scroll the table I see the error :
"[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See "
Should you help me?
Thanks

[Chrome Dev Tools - Mobile] Unable to preventDefault inside passive event listener due to target being treated as passive. · Issue #468 · bevacqua/dragula · GitHub.

This it is known bug.

Hello,

It is not really a bug, but a breaking change in touch events that was introduced in Webkit to enhance scrolls: EventListenerOptions/explainer.md at gh-pages · WICG/EventListenerOptions · GitHub

We are aware of this issue - as Webix needs to block browser scroll in favor of its own scrollable widgets - and have already provided the corresponding solution in our dev build. So the fix will be included into the next update.

Thanks.