posted 23 years ago
I am not sure what's going on, but what you see is what you get from the getValueAt(int row, int col) method if you override it.
please make sure that you delete the data before you call fireTableRowsDeleted(indexOne , indexOne). And the method call should be fireTableRowsDeleted(0, 0).
Good luck!