You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
There is a new function in the grid - scrollIntoView(). Besides that when user scrolls it will call grid.scroll() internally to render proper records. You can also get that element in jQuery and do scrollTop = 50 or the like.
Grid overview page describes data structures sent to server. See http://w2ui.com/web/docs/grid. Also there is a php example that you can find on github /server/php/index.html
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there any other doc about how to interact with the scroll of the grid?
What the grid send as json to server? And what server must send back to grid?
tks.
The text was updated successfully, but these errors were encountered: