Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 2.53 KB

File metadata and controls

60 lines (35 loc) · 2.53 KB
layout default
title Advanced Tutorials

Advanced Tutorials

Creating a Record Related to the Current One

This tutorial explains how to add a button on a show or edit page to create a new resource related to the one displayed.

Screencast

Custom Forms and UI for related records

This tutorial explains how to have a create, show or edit view of a referenced resource inside a modal or a sliding side panel.

Screencast

Build a Timeline as a replacement for a List component

This tutorial shows how to use pure react to implement a custom component replacing react-admin default List.

Screencast

Creating and Editing a Record From the List Page

This tutorial shows how to display Creation and Edition forms in a drawer or a dialog from the List page.

Screencast

Add a User Profile Page

This tutorial explains how to create a profile page based on an <Edit> component, and accessible as a standalone page.

Screencast

Supplying your own Defaults to React Admin

This article shows how you can customize many parts of the framework without repeating yourself.

Screencast