Fixed Columns - Nobuo Tamemasa
Set a few columns as fixed at the left side of the table. These columns will not scroll horizontally.
(Added: 2-Jan-1999)
Fixed rows - Nobuo Tamemasa
Set a number of rows at the bottom of the table that remain fixed (they do not scroll).
(Added: 8-Mar-1999)
Hide/Unhide columns - Nobuo Tamemasa
Allow users to hide and unhide any number of columns. A click on the right scroll-like icon will hide the right most columns and a click to the left icon will unhide it.
(Added: 4-Jun-1999)
Hiding the table header - Zafir Anjum
Hide the table header when table is within a JScrollPane.
(Added: 17-Jan-1999)
JTable with row headers - A. Chris Long
CTable is an extension of JTable that supports row headers.
(Added: 8-Jul-1999)
Make a cell span multiple cells - Nobuo Tamemasa
Assign additional screen space for a cell by using adjoining cells.
(Added: 3-Jan-1999)
Make a cell/row visible - Zafir Anjum
Make a cell or row visible programmatically
(Added: 7-Jan-1999)
Multi-line Cell - Nobuo Tamemasa
Display mulitple lines in a cell
(Added: 2-Jan-1999)
Multi-line table cells - Thomas Wernitz
This is a JTable that can display multi line cells with wrapping, derived from JTextArea and which displays every row with an individual height, by calculating the wrap around in the text area.
(Added: 23-May-1999)