DashCols-Craft
DashCols-Craft copied to clipboard
Easily add custom fields to index tables in Craft CMS
When using search to filter the list of entries and a user field is in the list, the search criteria is searching on the username of the user, whereas the...
99% sure this is a bug... If you sort by "Entry Type", you'll notice that it's sorting by the entry type's **id**, instead of the entry type's **name**. Obviously, that's...
Hey! It would be great to be able to use this in the sprout forms. Is this in the pipeline?
I would love to add a custom Col with "entry actions" like creating a new child entry or deleting a entry (see last col in attached screenshot)? For structure sections...
It would be awesome if we could change the name of the default columns, including `title`. Here's my current code, before I discovered DashCols... ``` public function modifyEntryTableAttributes(&$a, $source) {...
Since User and Entry fields are listed in the tables as strings, is there any possibility of adding them as sortable attributes for the table?
DashCols should be able to do this: http://craftcms.stackexchange.com/questions/9020/how-can-i-disable-relative-dates-in-elements-index
Would be nice to have to option to output some revision related information as a metadata column – e.g. number of revisions
Here's a list of custom/plugin FieldTypes I'm currently looking at supporting in DashCols: - [Introvert](https://github.com/iainurquhart/craft_introvert) - [SetTable](https://github.com/engram-design/SetTable) - [Template Select](https://github.com/sjelfull/Craft-TemplateSelect) - [Randomm](https://github.com/sjelfull/Craft-Randomm) - [Icons](https://github.com/fruitstudios/Icons) - [Territories](https://github.com/johndwells/craft.territories) - [Range Slider](https://github.com/jack-pallot/craft-range-slider-fieldtype/) -...