Allow reordering of grid columns in ExtJS 7 Modern

275 Views Asked by At

We're in the process of upgrading our web application from ExtJS 6.0.2 Classic to 7.1.0. We would also like to switch over to the Modern framework in the process. However, there is some code that is using the BoxReorderer class, which is not available in the Modern framework. It is being used as a plugin on a grid to allow the columns to be reordered. Is there an equivalent class or way to allow the user to reorder the columns by dragging the header sections in the Modern framework, and if so, what is it?

1

There are 1 best solutions below

0
On BEST ANSWER

Reordering is the default feature in classic and modern toolkits: fiddle showing simple grid with store