posted 13 years ago
Hello Everyone,
I am trying to set column resizing off on a table when someone drags a column in a Jtable.
I made a small modification to the SimpleTableDemo that turns the column resizing on the table off when a column is physically dragged. I added a column model listener and turn the column resizing off on the columnMarginChanged event (Lines 59 - 60)
The issue here is that the table columns seem to stutter and not properly resize when the column is dragged. Eventually once the scrollbar comes in and the mouse is released the column resizing seems to turn off and columns are resized.
Any ideas as to what is going on here ??
Thanks,
Kumar