DataTables Editable on AjaxUpdate, Can you update N Cells?

DataTables Editable on AjaxUpdate, Can you update N Cells?

mkdedgmkdedg Posts: 2Questions: 0Answers: 0
edited February 2012 in Plug-ins
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..
This discussion has been closed.