Bendaoud Achraf
1 questions
1
votes
0
answer
48
views
How to refresh vaadin table after altering data?
I have this vaadin table which i'm using to display and update records that are being stored in MySQL DB, it all works fine except for updating the table after making a modification or an update, I tried using Table.refreshRowCache() but that wasn't useful
try{
Class.forName('com.mysql.jdbc.Driver')...