JQGrid with Column Reordering
- by bruno
Hey guys,
I have a jqgrid and I can reorder my columns with this option in my JQGrid
jQuery("#list").jqGrid({
sortable: true,
...
});
This functionality let me reorder ALL my columns. But I want that some columns must be on fixed places. Is there a way to solve this..?
Thanks in advance!
Bruno