refine Devtools
<Refine>
useShow π§
useTable π§
useSelect π§
useForm π§
useCan π§
AUTH
useIsAuthenticated π§
useOnError π§
useGetIdentity π§
useLogin π§
useLogout π§
usePermissions π§
useRegister π§
useForgotPassword π§
useUpdatePassword π§
DATA
useOne π§
useMany π§
useList π§
useInfiniteList π§
useCreate π§
useCreateMany π§
useUpdate π§
useUpdateMany π§
useDelete π§
useDeleteMany π§
useCustom π§
useCustomMutation π§
useInvalidate π§
useApiUrl π§
useDataProvider π§
AUDIT LOG
useLog π§
useLogList π§
REALTIME
usePublish π§
useSubscription π§
NAVIGATION
useResource π§
useGo π§
useBack π§
useParsed π§
useLink π§
useGetToPath π§
useNavigation π§
TRANSLATE
useGetLocale π§
useSetLocale π§
useTranslate π§
UTILITIES
useModal π§
useMenu π§
useBreadcrumb π§
useNotification π§
useImport π§
useExport π§
Interface References π§
Version: 4.xx.xx
useDataGrid
You may use the useDataGrid
hook to process your data with features compatible with the MUI X DataGrid and DataGridPro component. You can be used as an out-of-the-box feature without needing to do extra operations for sorting, filtering, and pagination.
Refer to the useDataGrid
hook documentation for more information. β
With DataGrid
Componentβ
Run on your local
npm create refine-app@latest -- --example table-material-ui-use-data-grid
With DataGridPro
Componentβ
Run on your local
npm create refine-app@latest -- --example table-material-ui-data-grid-pro