Posted 04 Nov 2013 Link to this post
Posted 06 Nov 2013 Link to this post
activeData:
function
(){
var
result;
$.each(
this
.get(
"data"
),
(index, item){
if
(item.active ==
true
) {
result = item;
return
false
;
}
});
result.
rows
Posted 07 Nov 2013 Link to this post