Replies: 1 comment
-
So, multiple columns in default sort did present some issues when we previously introduced it (in v2). Please can you raise an "Issue" for this, marked as a Feature Request, so that we can track it behind the scenes and not lose track of it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to have a default behavior for the
$this->setDefaultSort();
in order to include thecreated_at
and thename
for queryI want, if the are more than oe rows at created_at with same date, to also sort that values with name, instead of (default) id.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions