import { List, Datagrid, TextField, EmailField } from "react-admin"; export const UserList = () => ( <List> <Datagrid rowClick="edit"> ...
確定! 回上一頁