recalculate or redraw (refresh) only a ROW , not the whole table
recalculate or redraw (refresh) only a ROW , not the whole table
Hi ! Everybody. I have a problem using datatables with BIIIG DBs
In my table, there are a lot of calculated columns (that are NOT in DB),
i need those calculated Columns to be refreshed when i am modifiing something in another Column .
For example
If i change the value in Column B, the total in TOTAL must change automatically.
Column A | Column B | TOTAL
10 | 10 | 20
10 | 20 | 30
I read something with fnUpdate but i don't understand !!!
Please help !
Thanks a lot !
Replies
Hi @didbugzero ,
Are you using Editor? If so, you can use
dependent()
.Cheers,
Colin