Table Column

This is my table_one fields
-id
-unitprice
-baseunitprice

I can smoothly display those fields in table using TextColumn. What if I am going to add a new column like save which is the difference between baseunitprice and unitprice. How can I display it on table on fly?
Was this page helpful?