Excluding a calculated column when updating

Hi @nagar,

You can use Javascript inside of {{tblOrders.recordUpdates}} (instead of using a transformer) to remove any values. For example, you can use Lodash's _.omit to remove a specific column as described in this post