Powiadomienia
Wyczyść wszystko
BugOverflow
1
Wpisy
1
Użytkownicy
0
Reactions
1,382
Widoki
0
21/06/2018 11:35 am
Rozpoczynający temat
script
1 odpowiedź
0
21/06/2018 11:36 am
Rozpoczynający temat
use hidden and edithidden
1 2 3 4 5 6 7 8 |
$("#jqGrid").jqGrid({ url: 'user/list_ajax', datatype: "json", colModel: [ ... {name: 'password', editable: true, hidden:true, editrules: {edithidden:true, required:true}}, ], ... |
$("#jqGrid").jqGrid({ url: 'user/list_ajax', datatype: "json", colModel: [ ... {name: 'password', editable: true, hidden:true, editrules: {edithidden:true, required:true}}, ], ...