teableio / teable

✨ The Next Gen Airtable Alternative: No-Code Postgres

Home Page:https://teable.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] GroupBy with DATETIME field type does not work

solankimihir opened this issue · comments

Describe the bug
When grouping rows with "GroupBy" feature and selecting a field which is of "DATETIME" type, I see the following error:
image

To Reproduce
Steps to reproduce the behavior:

  1. Create a table with a field of DATETIME type.
  2. Configure the view to "GroupBy" with the field created in Step 1.
  3. Try to Collapse and expand any of the group (in our case Task Date: 2024-06-01)
  4. See error

Expected behavior
The grouping should work without any error. In a large data set where filters are applied, the grouping seems to be incorrect and ignore filters.

Screenshots
image

** Client (please complete the following information):**

  • OS: [e.g. iOS]: Windows 11
  • Browser [e.g. chrome, safari] : Firefox
  • Version [e.g. 22]: 124b

Platform (Please tell us which deployment version you are using)
teable.io and docker-standalone

Additional context
N/A