Skip to content

Commit

Permalink
Split columns to data object and renderer (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Nov 24, 2023
1 parent c034c08 commit 5aad36a
Show file tree
Hide file tree
Showing 30 changed files with 2,256 additions and 2,689 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"php": "^8.0",
"ext-json": "*",
"ext-mbstring": "*",
"psr/container": "^1.0|^2.0",
"yiisoft/arrays": "^2.0|^3.0",
"yiisoft/data": "dev-master",
"yiisoft/factory": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/BaseListView.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ abstract class BaseListView extends Widget
private string $layoutGridTable = "{items}\n{summary}\n{pager}";
private string $pagination = '';
protected ?ReadableDataInterface $dataReader = null;
private array $sortLinkAttributes = [];
protected array $sortLinkAttributes = [];
private ?string $summary = null;
private array $summaryAttributes = [];
private string $toolbar = '';
Expand Down
354 changes: 0 additions & 354 deletions src/Column/AbstractColumn.php

This file was deleted.

Loading

0 comments on commit 5aad36a

Please sign in to comment.