摘要: <SimpleFormIterator getItemLabel={index => `#${index + 1}`}> <TextInput source="name" /> <NumberInput source="price" /> <NumberInput source="quantity" 阅读全文
posted @ 2023-08-26 20:10 前端导师歌谣 阅读(12) 评论(0) 推荐(0)
摘要: <SimpleFormIterator fullWidth> <TextInput source="name" /> <NumberInput source="price" /> <NumberInput source="quantity" /> </SimpleFormIterator> 行操作出 阅读全文
posted @ 2023-08-26 20:10 前端导师歌谣 阅读(11) 评论(0) 推荐(0)
摘要: <SimpleFormIterator disableReordering> <TextInput source="name" /> <NumberInput source="price" /> <NumberInput source="quantity" /> </SimpleFormIterat 阅读全文
posted @ 2023-08-26 20:10 前端导师歌谣 阅读(13) 评论(0) 推荐(0)
摘要: SimpleFormIterator disableRemove> <TextInput source="name" /> <NumberInput source="price" /> <NumberInput source="quantity" /> </SimpleFormIterator> 不 阅读全文
posted @ 2023-08-26 20:09 前端导师歌谣 阅读(11) 评论(0) 推荐(0)
摘要: <SimpleFormIterator disableClear> <TextInput source="name" /> <NumberInput source="price" /> <NumberInput source="quantity" /> </SimpleFormIterator> 限 阅读全文
posted @ 2023-08-26 20:09 前端导师歌谣 阅读(9) 评论(0) 推荐(0)
摘要: <SimpleFormIterator disableAdd> <TextInput source="name" /> <NumberInput source="price" /> <NumberInput source="quantity" /> </SimpleFormIterator> 限制添 阅读全文
posted @ 2023-08-26 20:09 前端导师歌谣 阅读(12) 评论(0) 推荐(0)
摘要: <SimpleFormIterator className="dummy"> <TextInput source="name" /> <NumberInput source="price" /> <NumberInput source="quantity" /> </SimpleFormIterat 阅读全文
posted @ 2023-08-26 20:08 前端导师歌谣 阅读(10) 评论(0) 推荐(0)
摘要: <SimpleFormIterator> <TextInput source="name" /> <NumberInput source="price" /> <NumberInput source="quantity" /> </SimpleFormIterator> 在每一行上面呈现的输入元素列 阅读全文
posted @ 2023-08-26 20:08 前端导师歌谣 阅读(12) 评论(0) 推荐(0)
摘要: <SimpleFormIterator addButton={<Button>Add</Button>}> <TextInput source="name" /> <NumberInput source="price" /> <NumberInput source="quantity" /> </S 阅读全文
posted @ 2023-08-26 20:08 前端导师歌谣 阅读(14) 评论(0) 推荐(0)
摘要: import { Edit, SimpleForm, TextInput, DateInput, ArrayInput, NumberInput, SimpleFormIterator } from 'react-admin'; const OrderEdit = () => ( <Edit> <S 阅读全文
posted @ 2023-08-26 20:07 前端导师歌谣 阅读(9) 评论(0) 推荐(0)