Components
1
Twig Components
2
Render Count
0
ms
Render Time
4.0
MiB
Memory Usage
Components
| Name | Metadata | Render Count | Render Time |
|---|---|---|---|
| tabulator_grid |
"App\Infrastructure\Web\Component\TabulatorGrid"components/tabulator_grid.html.twig |
2 | 0.13ms |
Render calls
| tabulator_grid | App\Infrastructure\Web\Component\TabulatorGrid | 4.0 MiB | 0.09 ms | |
|---|---|---|---|---|
| Input props | [ "id" => "client-tenants-table" "pagination" => false "windowVariable" => "clientTenants" "apiUrl" => "/api/client/1/tenants" "showActions" => true "editRoute" => "client_tenant_edit" "deleteRoute" => "client_tenant_delete" "editModalId" => "tenantModal" "columns" => [ [ "title" => "Název" "field" => "name" "sorter" => "string" "widthGrow" => 2 ] [ "title" => "Kód" "field" => "code" "sorter" => "string" "widthGrow" => 2 ] [ "title" => "Aktivní" "field" => "enabled" "formatter" => "tickCross" "sorter" => "boolean" ] ] ] |
|||
| Attributes | [] |
|||
| Component | App\Infrastructure\Web\Component\TabulatorGrid {#945 +id: "client-tenants-table" +apiUrl: "/api/client/1/tenants" +columns: [ [ "title" => "Název" "field" => "name" "sorter" => "string" "widthGrow" => 2 ] [ "title" => "Kód" "field" => "code" "sorter" => "string" "widthGrow" => 2 ] [ "title" => "Aktivní" "field" => "enabled" "formatter" => "tickCross" "sorter" => "boolean" ] ] +paginationSize: 10 +pagination: false +sortMode: true +height: "auto" +layout: "fitColumns" +ajaxParams: [] +windowVariable: "clientTenants" +showActions: true +editRoute: "client_tenant_edit" +deleteRoute: "client_tenant_delete" +rowClickRoute: null +editModalId: "tenantModal" +hideEditWhen: false +hideEditField: "" +hideDeleteWhen: false +hideDeleteField: "" } |
|||
| tabulator_grid | App\Infrastructure\Web\Component\TabulatorGrid | 4.0 MiB | 0.04 ms | |
|---|---|---|---|---|
| Input props | [ "id" => "client-fingerprints-table" "pagination" => false "windowVariable" => "clientFingerprints" "apiUrl" => "/api/client/1/fingerprints" "showActions" => true "editRoute" => "client_fingerprint_edit" "deleteRoute" => "client_fingerprint_delete" "editModalId" => "fingerprintModal" "columns" => [ [ "title" => "Prostředí" "field" => "environment" "sorter" => "string" ] [ "title" => "Název souboru" "field" => "originalFilename" "sorter" => "string" "widthGrow" => 2 ] [ "title" => "Popis" "field" => "description" "sorter" => "string" "widthGrow" => 2 ] [ "title" => "Nahrán" "field" => "uploadedAt" "sorter" => "datetime" "widthGrow" => 2 ] [ "title" => "Aktivní" "field" => "enabled" "formatter" => "tickCross" "sorter" => "boolean" ] ] ] |
|||
| Attributes | [] |
|||
| Component | App\Infrastructure\Web\Component\TabulatorGrid {#1002 +id: "client-fingerprints-table" +apiUrl: "/api/client/1/fingerprints" +columns: [ [ "title" => "Prostředí" "field" => "environment" "sorter" => "string" ] [ "title" => "Název souboru" "field" => "originalFilename" "sorter" => "string" "widthGrow" => 2 ] [ "title" => "Popis" "field" => "description" "sorter" => "string" "widthGrow" => 2 ] [ "title" => "Nahrán" "field" => "uploadedAt" "sorter" => "datetime" "widthGrow" => 2 ] [ "title" => "Aktivní" "field" => "enabled" "formatter" => "tickCross" "sorter" => "boolean" ] ] +paginationSize: 10 +pagination: false +sortMode: true +height: "auto" +layout: "fitColumns" +ajaxParams: [] +windowVariable: "clientFingerprints" +showActions: true +editRoute: "client_fingerprint_edit" +deleteRoute: "client_fingerprint_delete" +rowClickRoute: null +editModalId: "fingerprintModal" +hideEditWhen: false +hideEditField: "" +hideDeleteWhen: false +hideDeleteField: "" } |
|||