Hi, I've been using the "Up-coming Events Table Layout" to show the event in a table on my website.
The current system sorts the events by the starting date.
For example the table on my site looks like this now;
A training 01-01-2017
B training 21-01-2017
C training 26-01-2017
AB training 01-02-2017
BC training 21-02-2017
CD training 26-02-2017
And I want it to look like this;
A training 01-01-2017
AB training 01-02-2017
B training 21-01-2017
BC training 21-02-2017
C training 26-01-2017
CD training 26-02-2017
Thus instead of sorting the events by start date only, I would like to be able to sort them alphabetical.
Is this possible ?
Regards,
Lasternom