BF [2917678] - Sort in Grid Mode
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2917678&group_id=176962
This commit is contained in:
parent
6dced678fe
commit
730c1f061e
|
@ -855,6 +855,9 @@ public class GridTable extends AbstractTableModel
|
|||
public void sort (int col, boolean ascending)
|
||||
{
|
||||
log.info("#" + col + " " + ascending);
|
||||
if (col < 0) {
|
||||
return;
|
||||
}
|
||||
if (getRowCount() == 0)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue