Posted 19 February 2022, 9:50 am EST - Updated 3 October 2022, 9:25 am EST
Reading about the new table manager I would like to ask if the possible scenario is possible .
I have a web app that generates invoices .
The invoice has a header and details for entering line items and various calculations for taxes, dicounts etc.
Can I use table manager and the calculation engine to build my calculation model , with formulas and then bind the model to the ui elements in the invoice app (using javascript).
So that when a user changes an input field in the line items table the calculations are automatically updated based on the model and calculations defined.
So that I can avoid having to write javascript in the ui for these calculations.
Attached is a screen shot of my sample web app UI.

