Вопрос

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