Set default date to current date doesn't work as expected

Hello,
I have a table with a date field set with default value = current date.

If I click the plus command, the default date is not set to today, but is set to the same as the last row in the table (yesterday in my case).

I think this is a bug.

P.

This is because your data is sorted.

In SeaTable 3.0, we’ll change the behavior. The default value applies no matter if the data is sorted or not. (This said, it may cause a new record to jump from the bottom of the table to another position in the table.)

I don’t know why, but you’re right.
If I disable date sorting, the new record get the current date.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.