Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

scrolling's grid #2

Open
henriquemeira opened this issue Sep 12, 2013 · 1 comment
Open

scrolling's grid #2

henriquemeira opened this issue Sep 12, 2013 · 1 comment

Comments

@henriquemeira
Copy link

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.

@vitmalina
Copy link
Owner

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants