PagedTable icon indicating copy to clipboard operation
PagedTable copied to clipboard

PagedTable Add-on for Vaadin Framework 8

Results 14 PagedTable issues
Sort by recently updated
recently updated
newest added

I have updated to the latest Vaadin 8 version and now a UI is being included by way of this add-on. It looks to be the pagedtableexample with the servlet...

If the height is set a scroller within the table appears. If user scrolls down and changes page, then wrong rows are shown. Moreover, at the begining of page some...

Hi, if I set thePageLength property to a value (e.g. 50), it will be overriden bythe default (25) value of the input box. Regards, - Tobi

Hi, I have a problen with pageLenght of Table class. When I run the application, the value of pageLength in Table class is 25 by default. I change pageLength to...

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...

If user resizes a PagedTable, in current vaadin implementation (7.2.6) the pageLength property is being changed not over setter (setPageLength) but directly. Therefore the PagedTable doesn't know about this change....

Adding new IntegerRangeValidator( "Wrong page number", 1, getTotalAmountOfPages()) during initialization in #createControls() will not be updated when user changes itemsPerPage drop down.

Am getting this exception frequently when user clicks inside the table multiple times. java.lang.IllegalStateException: A connector should not be marked as dirty while a response is being written. at com.vaadin.ui.ConnectorTracker.markDirty(ConnectorTracker.java:346)...

ATT. And you can reproduce it in the demo page: http://jens.virtuallypreinstalled.com/PagedTable Could you please add some validation for this? Thanks. ![b](https://f.cloud.github.com/assets/3507157/741895/92dca4e6-e3ba-11e2-8b5f-821fec718713.jpg) ![a](https://f.cloud.github.com/assets/3507157/741896/92e140b4-e3ba-11e2-9410-41435b25f975.jpg)

If I add a container filter , the contents of the pagedtable does not change to reflect the change in filter values unless you click on the table header where...