Wijmo UI for the Web
asDataView Method
wijmo.data Namespace : asDataView Method
A data source, can be anything that is supported by the registered IDataView providers
Creates an IDataView for a data source.
Syntax
var value; // Type: IDataView

// Parameters
var src; // Type:  any

value = wijmo.data.asDataView(src);
function asDataView( 
   src : any
) : IDataView;

Parameters

src
A data source, can be anything that is supported by the registered IDataView providers

Return Value

An IDataView instance for the data source.