platform icon indicating copy to clipboard operation
platform copied to clipboard

DateRange filter does not display properly

Open davidfabbretti opened this issue 3 years ago • 4 comments

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

davidfabbretti avatar Apr 20 '23 16:04 davidfabbretti

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

Nks avatar Apr 21 '23 02:04 Nks

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),

SVV-team avatar Apr 21 '23 07:04 SVV-team

Same problem here and I'm using 13.9.4 version

didix16 avatar Apr 24 '23 11:04 didix16