How to override order behavior for the Angular library ng-fullcalendar?
up vote
0
down vote
favorite
I'm using Angular and I want to override order behavior (alphabetically for example). How can I do that?
There is a solution for AngularJS by overriding a Javascript file, but in my case I use Angular.
angular fullcalendar
|
show 9 more comments
up vote
0
down vote
favorite
I'm using Angular and I want to override order behavior (alphabetically for example). How can I do that?
There is a solution for AngularJS by overriding a Javascript file, but in my case I use Angular.
angular fullcalendar
1
the order of what, exactly? What problem specifically are you facing? Your question is far too vague for anyone to be able to help you. Please read stackoverflow.com/help/how-to-ask and then update your question. Thanks.
– ADyson
Nov 10 at 16:02
the order is order of events
– dghamir
Nov 12 at 11:25
fullcalendar.io/docs/eventOrder shows you the options provided by default in fullCalendar. You can specify a function to sort the events any way you like (of course as mentioned, it only applies to events which have the exact same start time and duration...otherwise they are sorted by those properties instead, as is logical in a calendar). I don't think the fact you're using Angular makes any real difference, you still need to set the option in fullCalendar.
– ADyson
Nov 12 at 11:35
My wish is to apply a custom events order even if the start time are different I said "Angular" because I do not know how to redefine the order overloading the fullcalendar library
– dghamir
Nov 12 at 16:41
1
great , I created a feature request for this (github.com/fullcalendar/fullcalendar/issues/4378)
– dghamir
2 days ago
|
show 9 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm using Angular and I want to override order behavior (alphabetically for example). How can I do that?
There is a solution for AngularJS by overriding a Javascript file, but in my case I use Angular.
angular fullcalendar
I'm using Angular and I want to override order behavior (alphabetically for example). How can I do that?
There is a solution for AngularJS by overriding a Javascript file, but in my case I use Angular.
angular fullcalendar
angular fullcalendar
edited Nov 10 at 18:02
Mihai Chelaru
1,9947816
1,9947816
asked Nov 10 at 14:43
dghamir
6
6
1
the order of what, exactly? What problem specifically are you facing? Your question is far too vague for anyone to be able to help you. Please read stackoverflow.com/help/how-to-ask and then update your question. Thanks.
– ADyson
Nov 10 at 16:02
the order is order of events
– dghamir
Nov 12 at 11:25
fullcalendar.io/docs/eventOrder shows you the options provided by default in fullCalendar. You can specify a function to sort the events any way you like (of course as mentioned, it only applies to events which have the exact same start time and duration...otherwise they are sorted by those properties instead, as is logical in a calendar). I don't think the fact you're using Angular makes any real difference, you still need to set the option in fullCalendar.
– ADyson
Nov 12 at 11:35
My wish is to apply a custom events order even if the start time are different I said "Angular" because I do not know how to redefine the order overloading the fullcalendar library
– dghamir
Nov 12 at 16:41
1
great , I created a feature request for this (github.com/fullcalendar/fullcalendar/issues/4378)
– dghamir
2 days ago
|
show 9 more comments
1
the order of what, exactly? What problem specifically are you facing? Your question is far too vague for anyone to be able to help you. Please read stackoverflow.com/help/how-to-ask and then update your question. Thanks.
– ADyson
Nov 10 at 16:02
the order is order of events
– dghamir
Nov 12 at 11:25
fullcalendar.io/docs/eventOrder shows you the options provided by default in fullCalendar. You can specify a function to sort the events any way you like (of course as mentioned, it only applies to events which have the exact same start time and duration...otherwise they are sorted by those properties instead, as is logical in a calendar). I don't think the fact you're using Angular makes any real difference, you still need to set the option in fullCalendar.
– ADyson
Nov 12 at 11:35
My wish is to apply a custom events order even if the start time are different I said "Angular" because I do not know how to redefine the order overloading the fullcalendar library
– dghamir
Nov 12 at 16:41
1
great , I created a feature request for this (github.com/fullcalendar/fullcalendar/issues/4378)
– dghamir
2 days ago
1
1
the order of what, exactly? What problem specifically are you facing? Your question is far too vague for anyone to be able to help you. Please read stackoverflow.com/help/how-to-ask and then update your question. Thanks.
– ADyson
Nov 10 at 16:02
the order of what, exactly? What problem specifically are you facing? Your question is far too vague for anyone to be able to help you. Please read stackoverflow.com/help/how-to-ask and then update your question. Thanks.
– ADyson
Nov 10 at 16:02
the order is order of events
– dghamir
Nov 12 at 11:25
the order is order of events
– dghamir
Nov 12 at 11:25
fullcalendar.io/docs/eventOrder shows you the options provided by default in fullCalendar. You can specify a function to sort the events any way you like (of course as mentioned, it only applies to events which have the exact same start time and duration...otherwise they are sorted by those properties instead, as is logical in a calendar). I don't think the fact you're using Angular makes any real difference, you still need to set the option in fullCalendar.
– ADyson
Nov 12 at 11:35
fullcalendar.io/docs/eventOrder shows you the options provided by default in fullCalendar. You can specify a function to sort the events any way you like (of course as mentioned, it only applies to events which have the exact same start time and duration...otherwise they are sorted by those properties instead, as is logical in a calendar). I don't think the fact you're using Angular makes any real difference, you still need to set the option in fullCalendar.
– ADyson
Nov 12 at 11:35
My wish is to apply a custom events order even if the start time are different I said "Angular" because I do not know how to redefine the order overloading the fullcalendar library
– dghamir
Nov 12 at 16:41
My wish is to apply a custom events order even if the start time are different I said "Angular" because I do not know how to redefine the order overloading the fullcalendar library
– dghamir
Nov 12 at 16:41
1
1
great , I created a feature request for this (github.com/fullcalendar/fullcalendar/issues/4378)
– dghamir
2 days ago
great , I created a feature request for this (github.com/fullcalendar/fullcalendar/issues/4378)
– dghamir
2 days ago
|
show 9 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53240044%2fhow-to-override-order-behavior-for-the-angular-library-ng-fullcalendar%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
the order of what, exactly? What problem specifically are you facing? Your question is far too vague for anyone to be able to help you. Please read stackoverflow.com/help/how-to-ask and then update your question. Thanks.
– ADyson
Nov 10 at 16:02
the order is order of events
– dghamir
Nov 12 at 11:25
fullcalendar.io/docs/eventOrder shows you the options provided by default in fullCalendar. You can specify a function to sort the events any way you like (of course as mentioned, it only applies to events which have the exact same start time and duration...otherwise they are sorted by those properties instead, as is logical in a calendar). I don't think the fact you're using Angular makes any real difference, you still need to set the option in fullCalendar.
– ADyson
Nov 12 at 11:35
My wish is to apply a custom events order even if the start time are different I said "Angular" because I do not know how to redefine the order overloading the fullcalendar library
– dghamir
Nov 12 at 16:41
1
great , I created a feature request for this (github.com/fullcalendar/fullcalendar/issues/4378)
– dghamir
2 days ago