enables the possibility to reorder grid columns by drag and drop
Available only in PRO Edition
var grid = new dhx.Grid("grid_container", {
columns: [// columns config],
dragItem: "column", data: dataset
});
This functionality requires PRO version of the dhtmlxGrid (or DHTMLX suite) package.
added in v6.5
Back to top