Tag: infinite scroll

jqGrid滚动bug与大行

Guriddo jqGrid JS的版本:4.7.0。 (function ($) { ‘use strict’; $(function () { $(‘#jqGrid’).jqGrid({ url: ‘../StrictRoutesRebirth/StrictRoutes/’, mtype: ‘GET’, datatype: ‘json’, colModel: [{ label: ‘id’, name: ‘id’, hidden: false, key: true }, { label: ‘Примечание’, index: ‘note’, name: ‘note’ }, { label: ‘Логин’, index: ‘userLogin’, name: ‘userLogin’, hidden: true, edittype: ‘text’ }], scroll: 1, height: 500, width: 500, […]