DataTables Editable on AjaxUpdate, Can you update N Cells?
DataTables Editable on AjaxUpdate, Can you update N Cells?
I have currently a table like this.
Indicator Type Value1 Value2 Value3 ValueN AllValues
Something 1 1 1 1 1 4
When i Update Value1, Row1, to 2, in the database i update AllValues following some formula(Type=1 means Sum fo All Values, Type=2 means AllValues=Last Value, and so on)
I was wondering if i can return this calculation to DataTables.
Or I can calculate this on Jquery?
I dont know wich is the best way..
Indicator Type Value1 Value2 Value3 ValueN AllValues
Something 1 1 1 1 1 4
When i Update Value1, Row1, to 2, in the database i update AllValues following some formula(Type=1 means Sum fo All Values, Type=2 means AllValues=Last Value, and so on)
I was wondering if i can return this calculation to DataTables.
Or I can calculate this on Jquery?
I dont know wich is the best way..
This discussion has been closed.