I have a table with multiple rows. Need to display timer, which will indicate the remaining time in n Days, x Hrs, y Min and z Secs.
I'm able to calculate remaining time using
and I'm calling same function in column using {{myXYZFunction()}}
its calculating date and time as expected
but I think function call is lagging,
many time seconds are getting updated after 2 seconds, and it is not showing smooth transition for seconds like 1,2,3,4... 60 Its somewhat like 1,2,4,6,8,10,12,13,14,15,17... 60