I am using the Java Swingx framework. I have 4 columns in my DefaultTableModel object. I want to display only 3 columns. But for calculation I need all four.
Actual Data Model
S.No. | ID | GDC ID | Decsription
What I want to display in the table
S.No.| GDC ID | Decsription
Is it possible to hide or omit only one column from rendering? Please guide me.
java swing swingx jtable defaulttablemodel
brainless
source share