Skip to content

Commit 30bf528

Browse files
Merge pull request #2 from AppsDevTeam/f-ability-to-use-datefilter
oprava - možnost užití filtru s datumy
2 parents 5cf618e + 10ece5e commit 30bf528

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/QueryObjectDataSource.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
namespace ADT\QueryObjectDataSource;
44

5+
use Ublaboo\DataGrid\Filter\FilterDate;
6+
use Ublaboo\DataGrid\Filter\FilterDateRange;
7+
use Ublaboo\DataGrid\Utils\DateTimeHelper;
8+
59
class QueryObjectDataSource extends \Nette\Object implements \Ublaboo\DataGrid\DataSource\IDataSource {
610

711
/** @var \Kdyby\Doctrine\ResultSet */

0 commit comments

Comments
 (0)