i have a problem with JTable and setAutoCreateRowSorter(true); when I sort some column, the index table stays but order of row is different.
How can i refresh my AbstractTableModel and keeping my sort.
i have a problem with JTable and setAutoCreateRowSorter(true); when I sort some column, the
Share
not clear from your question, propably you have to set
int modelRow = convertRowIndexToModel(row);