Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Releases: davidyell/CakePHP-Listing

Feature release

01 Sep 10:35
Compare
Choose a tag to compare

This new release allows passing of fields into the find so that you can configure what fields are used to generate the lists.

If you want to create more complicated lists, you can simply create $virtualFields in your model and then pass these fields into your listing finds. There is an example of this in the readme.