We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Axios/Fetch API

Can I use axios/fetch api for CRUD operations in Kanban in JSON form? If so can you give an example in React.js?


1 Reply 1 reply marked as answer

VY Vinothkumar Yuvaraj Syncfusion Team May 2, 2023 10:36 AM UTC

Hi Salokya,


The Kanban uses DataManager, which supports both RESTful data service binding and JavaScript object array binding. The dataSource property of Kanban can be assigned either with the instance of DataManager or JavaScript object array collection, as it supports both local and remote data binding.


Please refer to the below documentation for further reference.


Documentationhttps://ej2.syncfusion.com/react/documentation/kanban/data-binding/#data-binding


Regards,

Vinothkumar


Marked as answer
Loader.
Up arrow icon