Closed briancwald closed 7 years ago
Here is the concept for this:
I'm working on this in https://github.com/briancwald/material_admin/tree/views-improvements-11, so far I just have the collapsed filter part done but haven't worked on the exposed filters yet.
Some questions:
Yes, I think that makes sense it instantly goes on select, you can only select a single option and it takes you to a confirmation page. It follows this pattern here in 'alternative headers' https://material.io/guidelines/components/data-tables.html#data-tables-tables-within-cards
In an ideal world, it would show the active filters as https://material.io/guidelines/components/chips.html you could clear, while the form itself would be closed unless clicked. That obviously is custom js and may be tricky.. so we may need to explore other options. let me know what you think.
I like the concept of 2, but it might have to be a follow up if it ends up being too difficult.
The views tables that have bulk operations and/or filters (such as admin/content) cause a bulky and disorganized header.
These should follow the table pattern defined by Material Design and add a button for filtering and bulk operations should only appear after you have selected a checkbox.