Skip to content
Qualtagh edited this page Jul 1, 2016 · 5 revisions

Tutorials contents:

  1. Quick start: how to add this library to your project and write a simple "Hello, World!" program.
  2. Custom renderer: how to customize table header cell renderer (this process differs from regular JTable approach).
  3. Model properties: an overview of useful model properties (defaultWidth, rowspan, etc.).
  4. Span cells: how to merge cells in the table body.
  5. Advanced span cells: example of totals row.
  6. 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.
  7. Rendered cells caching: an overview of cells caching mechanism.

Don't hesitate to write an issue if some aspects should be covered more thoroughly.