- Update the RHP columns list to rearrange the columns based on the current order of the columns in the search query, by iterating over the nvp array to render the items.
- We already have a component to support re-ordering: DraggableList
- Create a custom component that wraps ToggleSettingOptionRow, called
SearchColumnListItem, and use that as the renderer for DraggableList
onDragEnd will emit the new order of columns. Store this in local state, and update the query filters once 'Save' is pressed
Parent issue: https://github.com/Expensify/Expensify/issues/566674