Injecting List, Show, Edit, Create in any places
问题 I would like create a file browser with <List /> component in <Show /> component. Let's say we have a user with home directory and we want to create a file browser to this directory with ability to remove files. The idea of files doesn't match the idea of simple tables, which rows can be edited. So I have created my own component with username and directory as states, useDataprovider() as hook, and <Table/> from MUI, altered data provider a bit. And it works quite nice. The problem comes when