Table of Contents
Use shortcode wpdadataproject to add a complete Data Project to a web page. Data Forms (internally used by shortcode wpdadataproject) is specifically written to create responsive data apps for the front-end. It uses:
- jQuery DataTables to generate tables
- AngularJS to generate data entry forms
- jQuery UI to style tables and forms
Unlike shortcode wpdadiehard, shortcode wpdadataproject does not perform page loads on user actions.
Shortcode wpdadataproject internally uses shortcode wpdadataforms, which must be enabled:
Plugin Settings > Plugin > Shortcode [ wpdadataforms ]
Plugin Settings > Plugin > Shortcode [ wpdadataforms ]
Inline demo Student Administration System (read-only) #
Shortcode parameter #
- project_id (Data Projects -> Project ID)
Copy/paste shortcode from a Data Project #
There’s no need to type the shortcode. The shortcode can be copied from Data Projects to your clipboard and pasted into your page or post.
- Start Data Projects
- Click on link Shortcode(s)
- Copy shortcode to clipboard
- Edit your page or post
- Paste shortcode into your page or post
Shortcode example #
[wpdadataproject project_id="1"]
When I edit a field which typed as [datetime], only wpdadiehard works well.
projects and data tables both show me the date-picker.
Only wpdadiehard show a correct datetime-picker.