jqGrid: is there an event for when columns are reordered?

前端 未结 7 2302
走了就别回头了
走了就别回头了 2021-02-09 15:09

I\'m using the column reordering feature in jqGrid

$grid = jQuery(\"#list\").jqGrid({
    sortable:true,
    ...
});

Is there an event that fir

7条回答
  •  Happy的楠姐
    2021-02-09 15:15

    The demo for the jqGrid sortable rows plugin says that all available options and events from sortable widget can be used.

    If that's right then you should be fine just using the update event that's part of the sortable plugin.

提交回复
热议问题