Addons
There are a number of addons you can install on top of UI-O-Matic to further extend it's functionality
MCFly
Generate frontend forms based on your UI-O-Matic pocos and create types on the fly from an integrated UI
Usage
Simply install trough nuget and you can work your magic in the new MCFly section
List View Export
Install this to extend the list view with an export action
Usage
Just populate the ListViewActions parameter on your UIOMatic attribute with the Actions you wish to supply (and of course make sure the include the correct using statement using UIOMaticAddons.Export; )
Full docs available on github
Last updated