There are a number of addons you can install on top of UI-O-Matic to further extend it's functionality
Generate frontend forms based on your UI-O-Matic pocos and create types on the fly from an integrated UI
Simply install trough nugetarrow-up-right and you can work your magic in the new MCFly section
Install this to extend the list view with an export action
UI-O-Matic Addons Exportarrow-up-right
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; )
ListViewActions = new[]{ typeof(ExportAction)})]
Full docs available on githubarrow-up-right
Last updated 9 months ago