import { SearchInput, TextInput } from 'react-admin'; const postFilters = [ <SearchInput source="q" alwaysOn /> ];. In the example given above, the q filter ...
確定! 回上一頁