Releases: joegreen88/smrtr-datagrid
Releases · joegreen88/smrtr-datagrid
1.3.5 - Non-scalar values
Make a call to $grid->scalarValuesOnly(false)
to enable the use of non-scalar values on the grid.
1.3.4 - Option to get row/column as associative array
Add option to return row or column as associative array
HHVM compatibility + newline parameter on csv read functions
v1.3.3 Updated csv functions with line-endings
New release to mark submission to packagist
In this release I have added a classmap to composer.json and submitted the package to packagist.
v1.3.1
Changes from 1.3.0
- Added the Serializable interface.
- Added a class alias (
Smrtr_DataGrid
) for backwards-compatibility.