reload a loaded jqGrid with a different table data

后端 未结 2 1782
轻奢々
轻奢々 2020-12-09 10:56

I have a page that displays a table in two different modes. In each mode I have a different set of columns. I\'m using jqGrid to display the table. When I try to load the ta

2条回答
  •  不思量自难忘°
    2020-12-09 11:35

    using the method "GridUnload" will unload the grid and leave the original HTML table. Next call to create the grid will start from scratch with any given schema

提交回复
热议问题