Kadirpatel
Programmer
Hi,
I've made a table using JTable and i'm populating it using DefaultTableModel bcoz i don't know how many rows r going to be there. But the problem is that if any row is updated its not been updated while getting all the information from the table. I'm populating the table using add button functionality in my application. But to update the table the eddited cell doesn't reflect the changes for last cell edited. So how can i solve the problem of the last edited cell.
Help.
I've made a table using JTable and i'm populating it using DefaultTableModel bcoz i don't know how many rows r going to be there. But the problem is that if any row is updated its not been updated while getting all the information from the table. I'm populating the table using add button functionality in my application. But to update the table the eddited cell doesn't reflect the changes for last cell edited. So how can i solve the problem of the last edited cell.
Help.