Releases: jupitern/table
Releases · jupitern/table
2.1.0 - minimum supported version is now PHP 8.0
added validation for column element name
added validation for column element name. An exception is thrown if the element does not exit
2.0.2
fixed issue to prevent that a random string in a cell is interpreted as a callable.
fixed issue to prevent that a random string in a cell is interpreted as a callable.
echo is_callable('trim'); // true
Added support for row /cell attributes directly or using callables
2.0.0 code improvements
colspan fix
Update TableColumn.php Allow a column to be rendered without a header to work with colspans ->column() ->title(false) ->add()