laracasts-livewire-datatable
laracasts-livewire-datatable copied to clipboard
ContactsTable.php does not work in MySQL
If you change DB_CONNECTION to mysql "select * from contacts order by `` asc limit 10 offset 0 " is issued. order by is empty. It works with sqlite but not with MySQL. I think it is good to set the initial value.
app/Http/Livewire/ContactsTable.php Line 13 public $ sortField = 'id';
+
Ah, very nice - maybe submit a Pull Request? Thanks!