Basic Usage
Filters
Add Filterable
trait to your model to get filter functionalities.
Now add filter()
to your model eloquent query in the controller.
Sort
Sort Basics
Add Sortable
trait to your model to get sorts functionalities.
Now add sort()
to your eloquent query in the controller.
Last updated