Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:jquery_ui_methods [2011/11/17 13:05] rsforbes Added dragcopy documentation |
wiki:jquery_ui_methods [2017/12/12 17:28] (current) admin |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~ODT~~ | ||
====== UI Integrations ====== | ====== UI Integrations ====== | ||
===== Sortable Columns ===== | ===== Sortable Columns ===== | ||
- | This method is integrated in jqGrid, so there it is not necessary to do something special. The method allow to reorder the grid columns using the mouse. The only necessary setting in this case is to set the sortable option in jqGrid to true. | + | This method is integrated in jqGrid, so there it is not necessary to do something special. The method allow to reorder the grid columns using the mouse. The only necessary setting in this case is to set the sortable option in jqGrid to true. |
using our example this will look like this: | using our example this will look like this: | ||
<code javascript> | <code javascript> |