Directus dataprovider package for refine.
refine offers lots of out-of-the box functionality for rapid development, without compromising extreme customizability. Use-cases include, but are not limited to admin panels, B2B applications and dashboards.
For more detailed information and usage, refer to the refine data provider documentation.
npm install @tspvivek/refine-directus
Use below login details in example
username: demo@demo.com
password: 123456
url: https://refine.dev/docs/examples/data-provider/directus/
-
To enable perform archive instead of delete with DeleteButton pass metaData={deleteType:'archive'} in DeleteButton
-
To get list of rows from collection without status field pass params noStatus=true in meta.
-
To upload file to a specific folder add folder="folder_id" in MediaConfigList
- Updated library version to directus sdk v12.
- Added support for folders and title in file upload.
- Added support for collections without status field.
- Fixed missing total count in list.
- update library version to directus sdk v11
- update refine version to v4
- added support for liveprovider using directus realtime api