Our pure JavaScript Scheduler component


Post by mmelcot »

In Scheduler Pro, I try to deactivate the sorting like follow:

store.clearSorters()
    > undefined
store.isSorted
    > true

store.isSorted is then always equal to true

Do I do something wrong?


Post by mats »

Store will be sorted as long as it's grouped, so it uses its own internal sorting for this purpose.


Post Reply