vanstyn / RapidApp

Turnkey ajaxy webapps
http://rapi.io
Other
48 stars 15 forks source link

Special stand-alone 'add' page for DataStore components #85

Closed vanstyn closed 9 years ago

vanstyn commented 9 years ago

Idea for new feature: allow the add_form to be loaded by itself, outside the context of the parent component (i.e. grid) via special '/add' sub-url path. This will need a special mode which will load the datastore in the background, and load the add_form content as the main module content.

This would provide a common interface to be able add records w/o having to load a full grid first, which is sometimes preferable