jqGrid grouping and [setcell, delrowdata, addrowdata]


jqGrid grouping and [setcell, delrowdata, addrowdata]

cell의 내용을 변경하거나 delrowdata, addrowdata를 하더라도 grouping이 다시 되지 않는다. 다시 grouping이 되게 하려면 reload를 해야 하는데 reload를 하게 될 경우 db에서 다시 데이터를 가져 오기 때문에 아무런 의미가 없게 된다. 이 때, jqGrid 옵션에 loadonce: true를 주게 되면 db에 다시 안가고 현재 데이터만으로 reload를 하기 때문에 원하는 결과를 얻을 수 있다....

jqGrid grouping and [setcell, delrowdata, addrowdata]에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


#IT·컴퓨터

원문링크 : jqGrid grouping and [setcell, delrowdata, addrowdata]