JQGrid with Column Reordering

前端 未结 4 1521
难免孤独
难免孤独 2021-01-06 11:53

I have a jqgrid and I can reorder my columns with this option in my JQGrid

    jQuery(\"#list\").jqGrid({
                sortable: true,
                ...         


        
4条回答
  •  旧时难觅i
    2021-01-06 12:48

    This ain't possible in jqgrid. I searched also a long time for this. And everything i tried failed.

提交回复
热议问题