New to spfx.. I've built and applied react-jump-to-folder(https://github.com/pnp/sp-dev-fx-extensions/tree/master/samples/react-jump-to-folder).
Doc Library view is sorted by custom column "Folder order" which I added with values (1, 2, 3, 4...) for sorting purposes. SP by default does not sort as desired. Using the extension the folders again appear as follows:
Where to make changes in base code as to sort the folders by the column "Folder order"?