omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
262 stars 113 forks source link

Fix array filtering #88

Closed diabl0 closed 5 years ago

diabl0 commented 5 years ago

Filtering in Array adapter was made after creating page, so it was returning only subset of available data.

curry684 commented 5 years ago

That's actually a pretty fine basic implementation, thanks :)