Please consider adding:
→ method to set numer of visible rows
→ method to parametrize labels on that component.
Such method should be availible for user, right now to set those values I must decompile a JAR.
Really good work:)
Please consider adding:
→ method to set numer of visible rows
→ method to parametrize labels on that component.
Such method should be availible for user, right now to set those values I must decompile a JAR.
Really good work:)
Hi! For items per page, you can call table.setPageLength(int). For the controls, createControls() is a reference implementation of the controls. Take a copy of the method and modify it the way you like.
Hope that helps.