PagedTable
PagedTable copied to clipboard
Filterable PagedTable
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.