EitanBlumin / CRUDE-ASP

Low Code Application Generator in Classic ASP, with MSSQL Database, Bootstrap, Fontawesome, and jQuery. Based on the AdminLTE web template.
https://git.eitanblumin.com/CRUDE-ASP/
Mozilla Public License 2.0
24 stars 13 forks source link

New DataView Rendering Type #131

Open EitanBlumin opened 5 years ago

EitanBlumin commented 5 years ago

Type 1: DataTable Grid (same as today) Type 2: AngularJS Template

The AngularJS (AJS) template will work like this:

The DataTable Grid should probably also be implemented as a partial template file (thus the implementation should be agnostic about the actual web framework in use), and then the user would simply set a single "Layout" combo-box when configuring a DataView.

More detailed implementation design TBD