Skip to contentSkip to content

CrudProvider API

API reference docs for the React CrudProvider component. Learn about the props, CSS, and other APIs of this exported module.

Demos

Import

import { CrudProvider } from '@toolpad/core/Crud';

Props

NameTypeDescription
dataSource*object

Server-side data source.

dataSourceCache{ cache: object, clear: func, get: func, set: func, ttl: number }

Cache for the data source.

The component cannot hold a ref.

Source code

If you did not find the information in this page, consider having a look at the implementation of the component for more detail.