Overview
Wanghy-TableTag is a set of
JSP 2.0 Tag Files that render a grid
for displaying tabular data.
Screenshot:
Features
-
Configurable record pagination.
-
Configurable record sorting.
-
Valid XHTML Strict.
Display Tag provides the same
features and more (such as data export) but needs to process the
whole set of records in order to perform pagination and sorting
(which can be problematic when the set is to big. I have gotten
OutMemoryError when working with several thousand records).
On the other hand,
Wanghy-TableTag only needs
the data that is going to be displayed, delegating pagination
and sorting to others layers of the application.