3

I'm using a JXTable and I want to programmatically hide a column.

Is there any convenient methode to do this (without setting miniman/maximal/preferd width) ?

Thanks.

kleopatra
  • 51,061
  • 28
  • 99
  • 211
isoman
  • 742
  • 2
  • 9
  • 34

1 Answers1

11

Get the TableColumnExt for the relevant column from the JXTable, and call setVisible() on that.

Brian Agnew
  • 268,207
  • 37
  • 334
  • 440