I have a QDataTable connected to a mysql database. How do you rollback changes in the QDataTable? What I'm trying to do now is to save previous records into a QValueList and repopulate the dataTable with original data if the user selects to rollback changes. Code example would help alot. Thanks!