posted 22 years ago
I have extended AbstractTableModel. In my criteriaFind I return an array of DataInfo objects. In my table model I have schema[] and rowData[][] attributes. I use the DataInfo.getValues() method to populate rowData[][]. If the user selects a row, How will I get the record number which is the unique key. Please help me...