Our powerful JS Calendar component


Post by bin_yu »

Hi All,

In the task list mode, I want to disable date filter logic that filtering task list data by left date picker in order to show all data, how should I do?

2025-05-12 disable date filter logic in the task list mode.png
2025-05-12 disable date filter logic in the task list mode.png (110.3 KiB) Viewed 107 times

Post by Animal »

See this example: https://bryntum.com/products/calendar/examples/listview/

By default it does not filter based on the current selected date.

You have selected 1 April there. And the visible events appear to be on the 9th, so that's not filtering by the date picker's selected date.

There must be other code in the app which causes it to appear like that.


Post Reply