cscan / vue3-excel-editor

Vue3 plugin for displaying and editing the array-of-object in Excel style.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

virtual scrolling on mobile

samgevorgyan opened this issue · comments

Hello,

It is not possible to scroll down when using the phone. The horizontal scroll works perfectly (via finger touch), but the same functionality does not work for virtual scrolling.

The vertical scrolling of the component is by coding by default. If you want to make it works in mobile, you may try disable the paging, and also try to set the exact height of the grid. Please left comment after you tested.