You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using orderByNullsLast with the config setting MySQL orderByNullsLast doesn't work for strings and for numbers and integers it will sort ascending like this 1,2,3,4,5,null,null,null, and descending like this null,null,nulll,5,4,3,2,1
Summary of problem or feature request
I'm using orderByNullsLast with the config setting MySQL orderByNullsLast doesn't work for strings and for numbers and integers it will sort ascending like this 1,2,3,4,5,null,null,null, and descending like this null,null,nulll,5,4,3,2,1
Any idea idea how to fix that with MySQL?
Code snippet of problem
config/DataTables.php
'nulls_last_sql' => '-%s %s',
Controller.php
-->
System details
The text was updated successfully, but these errors were encountered: