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

Calendar resourceStore sorting does not update the resourceView #3739

Closed
jsakalos opened this issue Nov 16, 2021 · 0 comments
Closed

Calendar resourceStore sorting does not update the resourceView #3739

jsakalos opened this issue Nov 16, 2021 · 0 comments
Labels
bug Something isn't working forum Issues from forum

Comments

@jsakalos
Copy link

To reproduce:

  1. go to https://bryntum.com/examples/calendar/resourceview/
  2. calendar.resourceStore.sort({field:'name', ascending:false})
  3. nothin happens in the view

Forum post

Hi,

in my implementation I am loading resources dynamically, and adding them to the Calendar by binding to the resources property of the calendar.

I receive those resources in a specific order from our server, but when I try to add them to the calendar, they get sorted differently again. Is there any way to disable this automatic resource sorting, so that the order I receive from our server is taken into the calendar?

@jsakalos jsakalos added bug Something isn't working forum Issues from forum labels Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum
Projects
None yet
Development

No branches or pull requests

2 participants