Problemunvalidated
by selecting a column header - this occurs via table.sort(). Tension: Every sort rebuilds the entire model: You're replacing the model each time with a new SortableTableModel. Outcome: manual sorting while avoiding `table.sort()` is the best option.
b37f54de-9f2f-4bff-afed-d039675ee465
by selecting a column header - this occurs via table.sort(). Tension: Every sort rebuilds the entire model: You're replacing the model each time with a new SortableTableModel. Outcome: manual sorting while avoiding table.sort() is the best option.