public createResponse ( ResponseData $data, OpenSkill\Datatable\Queries\QueryConfiguration $queryConfiguration, array $columnConfigurations ) : Symfony\Component\HttpFoundation\JsonResponse |
$data |
OpenSkill\Datatable\Data\ResponseData |
The processed data. |
$queryConfiguration |
OpenSkill\Datatable\Queries\QueryConfiguration |
the query configuration for the current request. |
$columnConfigurations |
array |
the column configurations for the current data table. |
Результат |
Symfony\Component\HttpFoundation\JsonResponse |
the response that should be returned to the client. |