Download the PHP package adt/query-object-data-source without Composer
On this page you can find all versions of the php package adt/query-object-data-source. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adt/query-object-data-source
More information about adt/query-object-data-source
Files in adt/query-object-data-source
Download adt/query-object-data-source
More information about adt/query-object-data-source
Files in adt/query-object-data-source
Vendor adt
Package query-object-data-source
Short Description Ublaboo Datagrid data source bindings for adt/base-query query objects.
License MIT
Package query-object-data-source
Short Description Ublaboo Datagrid data source bindings for adt/base-query query objects.
License MIT
Please rate this library. Is it a good library?
Informations about the package query-object-data-source
Ublaboo Datagrid data source bindings for Kdyby Doctrine query objects
Installation
via composer:
and in config.neon:
Usage
Inject or autowire QueryObjectDataSourceFactory:
Create query object and wrap it as data source:
You can use per column condition and sortable callbacks as well:
If you implement \ADT\QueryObjectDataSource\IQueryObject on your QueryObject,
those methods will be called when there is no per column callbacks provided.
Function searchIn($column, $value)
will be called on text fields and
equalIn($column, $value)
on other column types.
All versions of query-object-data-source with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
adt/doctrine-components Version ^2.8
ublaboo/datagrid Version ^6.0
nette/di Version ^2.4|^3.0
adt/doctrine-components Version ^2.8
ublaboo/datagrid Version ^6.0
nette/di Version ^2.4|^3.0
The package adt/query-object-data-source contains the following files
Loading the files please wait ....