Reactjs – How do you render a dropdown list from data table obtained via axios in React?
I feel like this should be simple, but I've been struggling with this and would appreciate some help. I'm trying to generate a drowdown list from a field in a data table I fetched using Axios. The data table loads…