перенос метода получающего поле объекта для отображения
This commit is contained in:
@@ -125,7 +125,7 @@ public class DataSetControlForm extends ControlForm<DataTable> {
|
||||
DBObject object = dataSource.get((key));
|
||||
if ((columnIndex == 1) && hasCheckBox())
|
||||
return object.isSelected();
|
||||
return dataSource.getFieldAt(object, columnIndex);
|
||||
return object.getFieldAt(columnIndex); //dataSource.getFieldAt(object, columnIndex);
|
||||
}
|
||||
@Override
|
||||
public boolean isCellEditable(int row, int col) {
|
||||
|
||||
Reference in New Issue
Block a user