Hello, is there an alternate method to get the new order of columns after re-ordering grid?
Hi there,
Are you reordering the Grid on the client-side (by dragging and dropping the columns)?
In this case we don’t have any server-side API do retrieve the order of the columns after they are changed.
Gilberto Torrezan Filho:
Hi there,Are you reordering the Grid on the client-side (by dragging and dropping the columns)?
In this case we don’t have any server-side API do retrieve the order of the columns after they are changed.
Thanks for your response!
Just wondering if the Vaadin team will be implementing a future API to retrieve the new order on server-side. As I recalled, on Vaadin 7/8, it was possible to get the reorder values through a listener ([ColumnReorderListener]
(https://vaadin.com/api/8.1.1/com/vaadin/ui/components/grid/ColumnReorderListener.html)).