Recalculate column when ordering
Recalculate column when ordering
![amimus](https://secure.gravatar.com/avatar/fb00411464506c1c678d8f4497ed07ff/?default=https%3A%2F%2Fvanillicon.com%2Ffb00411464506c1c678d8f4497ed07ff_200.png&rating=g&size=120)
Hi Everyone,
I have a problem updating calculated column when ordering.
My HTML is composed from :
an Input text
a table with (3) three columns, titled respectively , column1, column2, column3.
the value of column3 in each row will be: the input text value from witch I subtract the sum of column2 value in all previous rows including the current row.
My issue is : when I order my table, let's say based on column1, I want to update column3 following the same logic as described above. the values in column3 aren't calculated as they should.
this is my JsFiddle to reproduce the case : https://jsfiddle.net/rgzk097b/62/.
Any suggestions!
Thanks.
Replies
Duplicate of this thread, so closing