سؤال

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.

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top