I’m trying to create a summary and detail HandsOnTable so that based on edits in Detail HandsOnTable, the summary HandsOnTable will be updated and shown before actual save in done.
Just wanted to know if there’s a better way to do apart from capturing cell change event and trying to update the Summary HandsOnTable.
Thanks @aleksandra_budnik I’ll give it a try and see if it affects performance of cell change. Important point is to make edits in the table quick. I need to see if updating another table on each cell change slows down whole editing process.