We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We can use SimpleList (or better, SimpleListConfigurable) with useMediaQuery to provide a more mobile-friendly view: https://marmelab.com/react-admin/ListTutorial.html#responsive-lists https://marmelab.com/react-admin/SimpleList.html#using-simplelist-on-small-screens
Maybe use the first 3 display elements from the list view to use as the lines of text?
2 Possible approaches here:
"%{views} views, %{user_count} users"
Maybe best if we can support both options?
A followup task may be to add a sort button to the view as well: https://marmelab.com/react-admin/SortButton.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We can use SimpleList (or better, SimpleListConfigurable) with useMediaQuery to provide a more mobile-friendly view:
https://marmelab.com/react-admin/ListTutorial.html#responsive-lists
https://marmelab.com/react-admin/SimpleList.html#using-simplelist-on-small-screens
Maybe use the first 3 display elements from the list view to use as the lines of text?
2 Possible approaches here:
"%{views} views, %{user_count} users"
).https://marmelab.com/react-admin/SimpleList.html#primarytext
Maybe best if we can support both options?
A followup task may be to add a sort button to the view as well:
https://marmelab.com/react-admin/SortButton.html
The text was updated successfully, but these errors were encountered: