5102 Posts in 1520 Topics by 1116 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1121 Views |
-
Stuck on TableListField and Pagination with custom Filtering

29 April 2010 at 11:24pm
I have a TableListField with Pagination and custom filtering. But as soon as I use the Pagination, the TableListField shows all records of the DataObject.
I can see in TableListField that the Links uses:
http_build_query($this->extraLinkParams)
But as far as I can see, those extraLinkParams are never set?
Currently I have this code to set op my TableLifstField:
http://www.sspaste.com/paste/show/4bd94cb4b8b9e
I tried to add querystring to the URL, but this neither works...
How can I let the Pagination obey custom filtering on a DataObject?
-
Re: Stuck on TableListField and Pagination with custom Filtering

30 April 2010 at 11:41pm
OK I found it:
| 1121 Views | ||
|
Page:
1
|
Go to Top |

