jQuery.wijmo.wijgrid Namespace > options type : dataLoaded Event |
Javascript (Usage) | |
---|---|
var instance; // Type: options instance.dataLoaded = function(e) { }; |
Javascript (Specification) | |
---|---|
dataLoaded = function ( e : Object ) { }; |
// Display the number of entries found $("#element").wijgrid({ dataLoaded: function (e) { alert($(this).wijgrid("dataView").count()); } });