The documentation says that you can sort by a specific field using “sortBy”. I quote: “Sorts the entries by the given field and order (i.e. title desc) Drag & drop is disabled in this case.” Unfortunately this does not work. The line “sortBy: ffDateStart” only prevents manual sorting, but has no other effect.
Tell the sortBy function whether to sort in ascending or descending order.
It worked in my test. Without asc or desc, the list is not sorted by date.
(For a better structure, I would position the sortBy at the top area.)
Thank you very much for your quick feedback. I have had less success with sorting. I have already tried the additions desc or asc - unfortunately no effect Here is a screenshot of what my order looks like
I tried the code in a fresh starter kit and was able to reproduce the behaviour. I have tried lower case, but unsuccessfully.
In my installation, date is also called date and the sorting works fine.
An error is therefore plausible.
The solution is to write the field name in lower case letters in the sortBy statement! If I write “sortBy: ffdatestart desc” in the example shown above, it works!