tags:

views:

1137

answers:

1

Hello, can listview (ExtJS 3.x) component support paging? I could not find any examples on how to use paging on listview, any pointers? thanks...

+1  A: 

The component itself doesn't support paging natively but since it's fairly easy to extend extjs component you should be able to make our own, I advice you to take a look at the grid paging toolbar it will give you a start.

I think the toolbar is taking some event on the store and adding start and limit params so it shouldn't be too difficult to adapt that to a listview.

RageZ
Thanks, for now I'll be just switching to Grid then.
hazimdikenli