Open riaeasy opened 8 years ago
@riaeasy, have you looked at the manual test pages: http://dgrid.io/js/dgrid/test/extensions/ColumnReorder_complex.html. There is an example of using ColumnReorder with ColumnSet. Check the order in which you are applying the mixins because the order is important:
new (declare([OnDemandGrid, ColumnSet, ColumnReorder]))
Hi, The column can't reorder When Grid declared from ColumnReorder and ColumnSet. The reason for this weakness in ColumnReorder.renderHeader uses grid.columnSets, but the Grid.renderHeader uses grid.subRows.headerRows.
In ColumnSet:
In ColumnReorder: