DataView overview
DHTMLX DataView allows rendering a collection of objects according to a specified template. It will help you to organize data by arranging various objects with similar properties within a common container. This component is especially useful, if you're creating an online store or an image gallery, or just want to display a number of similar objects on a page. Check online samples for DHTMLX DataView.
Features
You can check the following page to learn how to build a full-featured DHTMLX DataView:
API reference
Related resources
- You can get DHTMLX DataView as a part of the Suite library by downloading DHTMLX Suite
- There are also online samples for DHTMLX DataView
- To work with data of DataView check DataCollection API
Guides
You can read the following articles to find out how to add DataView on the page and work with it.
- Initialization
- Configuration
- Data loading
- Work with DataView
- Work with Selection object
- Customization
- Event handling