react-trello
react-trello copied to clipboard
Is there a way to sort lanes
Is your feature request related to a problem? Please describe. I need to have a way to sort the order of lanes, as we have a way to sort the order of cards in a lane.
Describe the solution you'd like Same as the sortCard function. A straight forward way to order the lanes.
Describe alternatives you've considered I have considered to use the order only in the backend, but this will broke my realtime feature.