-
Notifications
You must be signed in to change notification settings - Fork 5
Tutorials
Qualtagh edited this page Jul 1, 2016
·
5 revisions
Tutorials contents:
- Quick start: how to add this library to your project and write a simple "Hello, World!" program.
- Custom renderer: how to customize table header cell renderer (this process differs from regular JTable approach).
-
Model properties: an overview of useful model properties (
defaultWidth
,rowspan
, etc.). - Span cells: how to merge cells in the table body.
-
Advanced span cells: example of
totals
row. - Fixed columns: example of fixing (docking, freezing) columns of a table at the left side. So, you'll be able to scroll the right side of the table while the left side remains untouched.
- Rendered cells caching: an overview of cells caching mechanism.
Don't hesitate to write an issue if some aspects should be covered more thoroughly.