Download the PHP package kinglozzer/silverstripe-columnedlist without Composer
On this page you can find all versions of the php package kinglozzer/silverstripe-columnedlist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kinglozzer/silverstripe-columnedlist
More information about kinglozzer/silverstripe-columnedlist
Files in kinglozzer/silverstripe-columnedlist
Download kinglozzer/silverstripe-columnedlist
More information about kinglozzer/silverstripe-columnedlist
Files in kinglozzer/silverstripe-columnedlist
Vendor kinglozzer
Package silverstripe-columnedlist
Short Description An SS_ListDecorator to facilitate stacking data vertically in columns
License BSD-3-Clause
Homepage https://github.com/kinglozzer/silverstripe-columnedlist
Package silverstripe-columnedlist
Short Description An SS_ListDecorator to facilitate stacking data vertically in columns
License BSD-3-Clause
Homepage https://github.com/kinglozzer/silverstripe-columnedlist
Please rate this library. Is it a good library?
Informations about the package silverstripe-columnedlist
ColumnedList
An SS_ListDecorator
to facilitate stacking data vertically in columns. Supports left and right “weighting”.
Example:
Assuming SomeDataList()
contains 5 items, the output would be:
Column 1 | Column 2 | Column 3 |
---|---|---|
Item 1 | Item 3 | Item 5 |
Item 2 | Item 4 | . |
“Right-heavy” stacking:
Using the same above example:
Assuming SomeDataList()
contains 5 items, the output would be:
Column 1 | Column 2 | Column 3 |
---|---|---|
Item 1 | Item 2 | Item 4 |
. | Item 3 | Item 5 |
All versions of silverstripe-columnedlist with dependencies
PHP Build Version
Package Version
Requires
silverstripe/framework Version
^4 || ^5
The package kinglozzer/silverstripe-columnedlist contains the following files
Loading the files please wait ....