-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
I don't like UX of Magento 2 grids.
- To find some product I need to do the following:
- click on "filters"
- find Name input and fill in
- click on "apply filters" button ("enter" does not submit form)
Why there is no "search by keyword" input (like in Customers or CMS Pages grid)?
https://s.mail.ru/2vjLSwe7zM5x/img-2016-02-29-11-46-30.png
-
Where there is no inline editor in the Product Grid (like in Customers or CMS Pages grid)?
-
Why grids display mass-action dropdown even if nothing selected? I think it would better to display mass-action dropdown in some pop-over in floating position, and only if some items are selected. It would make grid pages cleaner and easier to use.
-
There is no need to display pagination block if there is no need to. For example, if I have <20 items, pagination can be hidden.
-
Bookmarks should be always visible and accessible at just one click.
-
It should also be possible to change the order of bookmarks.
-
Our developers said that new magento grids are complicated to customize. It is difficult to make cell value a link or apply some CSS to a cell.