Wijmo UI for the Web
data Method
Gets an array of underlying data.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijgrid("data");
});
Javascript (Specification) 
function data() : any;

Return Value

An array of underlying data.
Example
var data = $("#element").wijgrid("data");
Browser Compatibility
7
5
5

See Also

Reference

wijgrid type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.