I am working to include support for filtering in a cell table. I have been looking for options on how to do this on SO,elsewhere, but I am yet to come up with a solution that would enable me to do dynamic filtering on a column. It would be difficult for me to change the base table ( its a basic cell table ) to one of the more advanced ones (like the ones i saw here GWT Table that supports dynamic filtering ). I am using a list data provider and all the operations will be done on the client side. Could someone give me some advice about how to proceed ?
Thanks in advance.