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?