Hi All,
I have a store - model defined like this
default paging is 25.PHP Code:
proxy: {
type: 'rest',
url: 'server/rest/mydata',
reader: {
type: 'json',
root: 'data'
}
}
I know how to supress pagenating at all. But I need this store within some codesnippets - most with pagenating - but somtimes without paginating. Is there an example how to solve this problem?
Thanks in advance