Order by not working with enableDetailsRow
See original GitHub issueWhen i put
$this->crud->enableDetailsRow();
in my controller the order by (click on the columns titles) on the list is not working anymore.
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (12 by maintainers)
Top Results From Across the Web
Multiple details row plus symbols? - laravel - Stack Overflow
The code I'm using to generate the plus symbol is: $this->crud->enableDetailsRow(); $this->crud->allowAccess ...
Read more >List Operation :: 5.x Docs - Backpack for Laravel
Enable the functionality: $this->crud->enableDetailsRow(); ... If you want a field that is not on table, user can't show it, but will ALWAYS be...
Read more >Order By not working - Laracasts
Method Illuminate\Database\Eloquent\Collection::OrderBy does not exist. Have I just done it in the wrong order or something?
Read more >Read::setPageLengthMenu() - Code Metrics - Laravel-Backpack ...
Code Coverage Duplication Issues. 1. <?php. 2. 3, namespace Backpack\CRUD\app\Library\CrudPanel\Traits;. 4. 5, use Exception;.
Read more >Avoid ORDER BY in SQL Server views
Problem. For as long as I have been working with SQL Server, I have watched people add ORDER BY to views for various...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@MarcosBL thanks for reopening it earlier!
Confirmed here (3.2.10), Datatables is ordering the wrong column due to a off by one bug when enableDetailsRow is On: if you click on the 2º column, it will order by the 3º
For example, a click on “Hecha” sorts by “Comercial”