mcintyre321 / FormFactory

MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
http://formfactoryaspmvc.azurewebsites.net/
MIT License
303 stars 103 forks source link

Would be nice if it could reflect off the DB table as an option #16

Closed papyr closed 8 years ago

papyr commented 8 years ago

Rather than using the object, for listing information, it would be nice if the FormFactory could directly reflect off the table!

mcintyre321 commented 8 years ago

You can initialise your own PropertyVms using the empty constructor, but a db driven builder is outside the scope of the core project.