Wijmo UI for the Web
data Method
wijmo.grid Namespace > wijgrid type : data Method
Gets an array of underlying data.
Syntax
$(function () {
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijgrid("data");
});
function data() : any;

Return Value

An array of underlying data.
Example
var data = $("#element").wijgrid("data");
See Also

Reference

wijgrid type
wijgrid jQuery Widget