jqgrid + spring mvc


jqgrid + spring mvc

1. javascript $("#list").jqGrid({ url: g_url, // data: "table=users", postData: {table: 'users'}, /** 중요 **/ // cache: false, // global: false, /** trigger global Ajax event handlers for this request **/ // async: false, mtype:"POST", datatype: 'json', // contentType: "application/x-www-form-urlencoded", colNames: ['ID', '이름', '권한', '이메일'], colModel: [ {name:'id', index:'id', width:55}, {name:'name', index:'name', width:90}, {name:'auth', index:'auth', width:90}, {name:'email', index:'email', wi...


#IT·컴퓨터

원문링크 : jqgrid + spring mvc