PagedTable icon indicating copy to clipboard operation
PagedTable copied to clipboard

Filterable PagedTable

Open gorishagh opened this issue 9 years ago • 0 comments

Hi,

I am trying to apply filters to the PagedDataContainer and I get the following exception:

com.jensjansson.pagedtable.PagedTableContainer cannot be cast to com.vaadin.data.Container$Filterable

It seems the PagedDataContainer does not implement Filterable interface so that the data in container could be filtered. It would be nice if your class had such capability.

gorishagh avatar Feb 27 '15 01:02 gorishagh