Download the PHP package zgabievi/kendo-grid-state without Composer
On this page you can find all versions of the php package zgabievi/kendo-grid-state. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package kendo-grid-state
Laravel Kendo Grid State
Do you love to use Kendo Grid on your website? Have you ever tried to manage it's state to return correct data? With the help of this package, it will only take you several seconds now. You just need to install our helper, and tell us on which model should it work... Done!
Installation
Install via composer
Usage
To use this package you only need to add Filterable
trait to your model
Example:
URL Examples:
https://domain.com/api/posts?take=5
https://domain.com/api/posts?skip=5&take=2
https://domain.com/api/posts?sort[0][field]=title&sort[0][dir]=desc
https://domain.com/api/posts?filter[logic]=and&filter[filters][0][field]=title&filter[filters][0][operator]=eq&filter[filters][0][value]=POST_TITLE
Query Parameters:
- filter?
- filters[]
- field? (string | Function)
- ignoreCase? (boolean)
- operator ("eq", "neq", "isnull", "isnotnull", "lt", "lte", "gt", "gte", "startswith", "endswith", "contains", "doesnotcontain", "isempty", "isnotempty")
- value? (any)
- logic ("or", "and")
- group?[]
- aggregates?[]
- aggregate ("count", "sum", "average", "min", "max")
- field (string)
- dir? ("asc", "desc")
- field (string)
- skip? (number)
- sort?
- dir? ("asc", "desc")
- field (string)
- take? (number)
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License file for more information.
All versions of kendo-grid-state with dependencies
illuminate/database Version ^5.6
illuminate/http Version ^5.6
illuminate/support Version ^5.6