Skip to content

Releases: RhubarbPHP/Module.Leaf.Table

Fixing issue with sorting

26 Sep 10:26
Compare
Choose a tag to compare

Sometimes columns are not initialised when we attempt to sort the table, causing issues. Fixed.

1.1.9

28 May 09:43
Compare
Choose a tag to compare
Update changelog

Release 1.1.0

26 Jan 10:00
Compare
Choose a tag to compare

Added: Storing pager and sort column in URL state

Model bugfix

07 Nov 10:36
Compare
Choose a tag to compare

Fixed: setCollection() now updates the collection in the leaf model.

Closure columns and HTML escaped values

11 Oct 09:56
Compare
Choose a tag to compare

Table columns now have a setting to make them escape HTML special characters in values. This is off by default for all column types except ModelColumn.

There is now a ClosureColumn which accepts a callable function for generating cell values. This will be used automatically if the columns array contains a callable.

1.0.3

24 Aug 11:23
Compare
Choose a tag to compare
Added support for setting row css class event