Sort Grid plugins
SortableGridPlugin
  • The plug-in is responsible for sorting data in columns.
  • (hidden data too)
Drag&Drop Grid plugins
DragGridPlugin
  • The plug-in is responsible for manual moving of lines for change of their sequence.
ColumnOrderingGridPlugin
  • The plug-in is responsible for possibility of change of sequence of columns.(Drag&Drop).
Start sort
If you use SortableGridPlugin you can choice a "start-sort-column".
Save Sequence of info
You can save Sequence of info: lines/columns, start-sort-column if EditableGridPlugin connected.
Logic of connect
SortableGridPlugin and DragGridPlugin are mutually exclusive to connect. It is logically true.