gian-paolo
Results
1
comments of
gian-paolo
I'm trying something like this: `` rowRenderer: function(item, itemIndex) { if(screen.width < 800){ //custom render }else{ //call default function $result = $(""); this._renderCells($result, item); return $result; } }, ``