How to dynamically change pagination urls in ExtJS?
Posted
by Tom Schaefer
on Stack Overflow
See other posts from Stack Overflow
or by Tom Schaefer
Published on 2010-04-18T10:36:31Z
Indexed on
2010/04/18
10:43 UTC
Read the original article
Hit count: 227
extjs
I have two data grids. The first auto-loads a list of items (json data store). OnCellClick the first grid fires a dynamically parametrized url and loads data into the second grid. It works fine, but the pagination of the second grid does not focus the new context. What shall I do to make the pagination work with the new url?
© Stack Overflow or respective owner