JQGrid with Column Reordering
Posted
by bruno
on Stack Overflow
See other posts from Stack Overflow
or by bruno
Published on 2010-02-23T10:07:21Z
Indexed on
2010/04/06
1:03 UTC
Read the original article
Hit count: 1046
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
© Stack Overflow or respective owner