jsp

jqGrid Column show/hide 옵션

우주정복☆ 2014. 7. 31. 14:14

if (true) {

$('#dataGrid').showCol('이름');

} else {

$('#dataGrid').hideCol('이름');

}