This package contains a flexible custom drawn table widget.
Some features:
- resizable rows and columns
- renderers and editors for full customization
- model informs table for redrawing - no stale data on screen
- viewstate and tablel are separated
- supports hierarchical model -> table tree
- supports fixing of rows (additional header rows)
- supports fixing of columns (row headers)
- includes support for sorting
- includes a simple "autofilter"
- smooth scrolling
Drawbacks:
- no virtual mode - do not use table models with thousands of rows
- not native
- some listeners ...
THIS IS WORK IN PROGRESS!