Display and edit data object's properties with standard or custom editors in a data fill-in form.
npm install nativescript-ui-dataform- Overview
- Installation
- Documentation
- API Reference
- Sample Apps
- Release Notes
- Get Help
The NativeScript UI DataForm plugin provides an easy and versatile approach for building mobile forms based on a provided data object's public members. Use DataForm to:
* Bind a form to a data object with a single line of code;
* Take advantage of more than 15 built-in editors (or provide your own custom editor);
* Create groups of editors, allow them to be collapsed and style them;
* Display a form in ReadOnly mode;
* Take control over collected data with built-in data validation - use a provided validator or create a custom one.
In Command prompt / Terminal navigate to your application root folder and run:
```
tns plugin add nativescript-ui-dataform
To use the DataForm plugin, you need to add an instance of RadDataForm and bind the source` property to your business object that you want to edit with the form.
More information is available in the Guides for:
- NativeScript Core
- NativeScript with Angular
- NativeScript with Vue.js
Here is the API Reference section.
The features of the plugin are demonstrated in the Sample apps for:
- NativeScript Core
- NativeScript with Angular
- NativeScript with Vue.js
The release notes are available here.
Please, use github issues strictly for reporting bugs or requesting features.