Check documentation for the latest version of dhtmlxSuite DataView DHTMLX Docs

DataView

dhtmlxDataView is a client-side JavaScript component that displays a collection of objects according to a user-defined template. It allows you to arrange multiple objects with similar properties within a single container and make your data organized.

If you're building an online store or an image gallery, or need to show a number of similar objects on a page, you can use dhtmlxDataView, which will greatly simplify this task. Due to the rich JavaScript API you can control any visual aspect of the object rendering and create an Ajax-enabled item browser with any design you want.

API reference
Related resources
Guides

Configuring Dataview

Describes the initialization of DataView as well as the elements of its customization: types of data templates and paging.

Loading Data

Guides you through the possibilities of loading data into DataView.

Operating Items

Covers the ways of working with data in DataView: adding/deleting, selecting, filtering, sorting and moving items.

Other

Includes common info you may need while working with DataView.
Back to top