I'm trying to use AgGrid to allow users to reorder rows by dragging and then save the data in the specified order. I’d like to know if these two features—drag-and-drop row reordering and sending the updated order to the backend—are natively supported in Reflex AgGrid or if they need to be implemented separately. I know these features are already built into Dash AgGrid.
Thanks!