Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DateRange filter does not display properly #2588

Open
davidfabbretti opened this issue Apr 20, 2023 · 3 comments
Open

DateRange filter does not display properly #2588

davidfabbretti opened this issue Apr 20, 2023 · 3 comments
Labels
Pending Awaiting author response

Comments

@davidfabbretti
Copy link

davidfabbretti commented Apr 20, 2023

Describe the bug
When you use a TD::FILTER_DATE on a column, the component does not display properly, it show opened in the screen.

To Reproduce
Steps to reproduce the behavior:

  • Use a column TD with a TD::DATE_FILTER.

Screenshots
WhatsApp Image 2023-04-20 at 10 17 10

@Nks
Copy link
Contributor

Nks commented Apr 21, 2023

@davidfabbretti Can you provide a more detailed description of the error you are experiencing with examples of the code you are using?

@Nks Nks transferred this issue from orchidsoftware/orchid.software Apr 21, 2023
@Nks Nks added the Pending Awaiting author response label Apr 21, 2023
@SVV-team
Copy link

Same trouble after upgrade to 14-alpha3

  TD::make('updated_at', 'Изменено')->render(
      fn($row) => $row->updated_at->toDateTimeString()
  )->filter(TD::FILTER_DATE),
  TD::make('created_at', 'Создано')->render(
      fn($row) => $row->created_at->toDateTimeString()
  )->filter(TD::FILTER_DATE),

@didix16
Copy link

didix16 commented Apr 24, 2023

Same problem here and I'm using 13.9.4 version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pending Awaiting author response
Development

No branches or pull requests

4 participants