hschaefer123
12 Jul 2010, 6:28 AM
For better BackEnd Support of Grid Paging i used the store property "paramNames"
to prefix all used params with an leading "_" underscore like "_start".
This makes is easy on the server side differ between real data and controlling fields like sort, page, etc.
The problem is that the PagingToolbar has hardcoded params name that refer to the default "start" & "limit".
It would be helpful, if the PagingToolbar would also be able to support different paramNames, even
better if the paging toolbar would use the property paramNames config object from the store!
Any chance to get this into upcomming release?
I will not make my own component replacing all hardcoded param names to support upcomming releases.
Best wishes,
Holger Schäfer
to prefix all used params with an leading "_" underscore like "_start".
This makes is easy on the server side differ between real data and controlling fields like sort, page, etc.
The problem is that the PagingToolbar has hardcoded params name that refer to the default "start" & "limit".
It would be helpful, if the PagingToolbar would also be able to support different paramNames, even
better if the paging toolbar would use the property paramNames config object from the store!
Any chance to get this into upcomming release?
I will not make my own component replacing all hardcoded param names to support upcomming releases.
Best wishes,
Holger Schäfer