@@ -129,6 +129,10 @@ |
||
| 129 | 129 | } |
| 130 | 130 | } |
| 131 | 131 | |
| 132 | + /** |
|
| 133 | + * @param ParameterBag $query |
|
| 134 | + * @param QueryConfigurationBuilder $builder |
|
| 135 | + */ |
|
| 132 | 136 | public function getSearchColumns($query, $builder, array $columnConfiguration) |
| 133 | 137 | { |
| 134 | 138 | // for each column we need to see if there is a search value |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use OpenSkill\Datatable\Columns\ColumnConfiguration; |
| 7 | 7 | use OpenSkill\Datatable\Queries\QueryConfiguration; |
| 8 | 8 | use OpenSkill\Datatable\Queries\QueryConfigurationBuilder; |
| 9 | -use Symfony\Component\HttpFoundation\JsonResponse; |
|
| 10 | 9 | use Symfony\Component\HttpFoundation\ParameterBag; |
| 11 | 10 | use Symfony\Component\HttpFoundation\Request; |
| 12 | 11 | |