Mar
04
2008
Wicket Components – Grid / Table Components
Posted by Don Hass in development, software, webMatej Knopp recently released some nice grid (or table) components over at inMethods software site. They work really slick and should be very easy to integrate into existing projects. Not to mention that they make Wicket (as if it was great on its own) just that much better looking.
DateGrid Features
- ajax enabled
- resizable and reorderable columns
- horizontal and vertical scrolling with fixed header
- multi-column sorting support
- easy item selection
- advanced pagination (even without knowing the total item count)
- adapters for Wicket Extensions IDataProvider and IColumn
TreeGrid Features
- ajax enabled
- resizable and reorderable columns
- horizontal and vertical scrolling with fixed header
- multi-column sorting support
- easy item selection
- driven by a swing TreeModel and TreeNode

All wicket users should definitely take a look at the project that is in beta 2 right now.


Entries (RSS)
Does this have a source available?