can we update a row in JTable dynamically ?
Hi,
I have 40 rows in a JTable. assume i want to update 21st row, for this functionality i have written a right click popup, in which i have an option, 'Refresh Row', if we select this option, it fetches the data of the selected row, and makes a request for the latest data from the Database, now this latest data has to be inserted (replace the old data) at 21st row, i mean row which we selected to refresh.
Is it possible to update an individual row. If Yes, plz provide me some snippets or suggestions.
Regards,
Ravi Kumar

