search envelope-o feed check
Home Unanswered Active Tags New Question

Questions Tagged article-32493-c

How to load resources from an API and display them as rows in the scheduler?

Answered: You can load resources from an API like this: async componentDidMount() { const {data} = await DayPilot.Http.get(`/api/resources`); this.setState({resources: data}); } The returned d...
Questions 1-1 of 1