Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Fixed for L5.2 compatibility (#372) #375

Merged
merged 1 commit into from
Jul 21, 2016
Merged

Fixed for L5.2 compatibility (#372) #375

merged 1 commit into from
Jul 21, 2016

Conversation

josebailo
Copy link

Apply #372 fix in develop branch.

L5.2 has some changes in Illuminate\Support\Collection, so chumper/datatables Collection-based table doesnt work as expected. It works well on first page (returns array as expected), but if you try to get results on any other pages, it returns an object, which can't be shown in table, because table expects array.

More information on changes in L5.2 Illuminate\Support\Collection can be found on following links:
- laravel/framework#13692
- laravel/framework#13698
@Chumper Chumper merged commit 93f8084 into Chumper:develop Jul 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants