i made column editable in jtable.
i want old values cell when have finished editing cell
you can value using
table.getmodel().getvalueat(row_index, col_index);
where table name of table , return object
go through getting cell value. may useful you.
Comments
Post a Comment