layout | title |
---|---|
default |
Advanced Tutorials |
This tutorial explains how to add a button on a show or edit page to create a new resource related to the one displayed.
This tutorial explains how to have a create
, show
or edit
view of a referenced resource inside a modal or a sliding side panel.
This tutorial shows how to use pure react to implement a custom component replacing react-admin default List.
This tutorial shows how to display Creation and Edition forms in a drawer or a dialog from the List page.
This tutorial explains how to create a profile page based on an <Edit>
component, and accessible as a standalone page.
This article shows how you can customize many parts of the framework without repeating yourself.
This article shows how to customize react-admin look and feel using only the Material UI theme.
This tutorial explains how to create a custom component to select tags for a record, fetching the list of existing tags and allowing to create new tags on the fly.
- Article
- Test it live in the CRM Demo
- CRM Demo Repository