DataGrid.DataSource

Syntax

DataSource: PP.Ui.DGDataSource;

Description

The DataSource property determines table data source.

Comments

Use JSON or the setDataSource method to set the property value and the getDataSource method to get the property value.

Example

The example of use is given on the Example of Creating an Asynchronous Data Table page.

See also:

DataGrid