hello , i'm using this lib,
i will pass rows data from backend to frontend frequently,and i use data = data_new.concat(data) to update grid,but when i'm watching some rows in the grid added before, i wanna the scrollbar of grid will be fixed,and the visibility area will be fixed,too .until i move mouse to scroll,is there any method?or can this be new feature added in the future?
hello , i'm using this lib,
i will pass rows data from backend to frontend frequently,and i use
data = data_new.concat(data)to update grid,but when i'm watching some rows in the grid added before, i wanna the scrollbar of grid will be fixed,and the visibility area will be fixed,too .until i move mouse to scroll,is there any method?or can this be new feature added in the future?