I have a web service that populates a table, using a SelectableListTableContentProvider, which works nicely.
However if I add a Filter Input control to the table, all it does is filter on the current table contents on the client side, ie if I'm on page 1 of 10 of the table, it doesn't go and check all values, just the ones on page 1.
How do I make a Filter Input control filter on all the values that the web service can return?