Default sort direction based on defaultgroup in table builder
Hey guys,
just wonder how I can use a defaultGroup in table builder with a default sort direction - is there no option?
thanks in advance!
3 Replies
Try:
->defaultSort('start', 'desc')
But I am not sure it will do it
Hey toeknee, thank you for the quick response. I tried, but unfortunately it won’t order the group like the dropdown does 🙂 this only sorts the entries within the groups :/
I thought that would be the case tbh. I am not sure