teableio / teable

✨ The Next Gen Airtable Alternative: No-Code Postgres
https://teable.io
Other
11.38k stars 519 forks source link

Formula column rendering issue #597

Closed l739217783 closed 3 months ago

l739217783 commented 4 months ago

There are issues with the formula's front-end. For instance, I've created a countdown for the number of days, but the front-end page doesn't dynamically update it. When I created it, there were 5 days remaining, but after 1 day, the days were still displayed as 5. This doesn't change dynamically unless I manually update the list.

Demo:https://app.teable.io/share/shrGcecmw7qNPICoP51/view The formula rendering on May 10th is as follows image

tea-artist commented 4 months ago

Functions related to "now" do not refresh automatically yet, It only recalculates when the dependencies change. Include NOW FROMNOW TONOW TODAY.

l739217783 commented 4 months ago

Okay, understood. Thank you for your assistance