I'm using the rest-admin Framework.
I would like to change the layout of the lists, and add a custom component.
Currently the layout is:
I want is to add a quick search component. And the filter panel show or hide it with an action. Because I think you lose a lot of space on the screen by putting a quick search filter. My idea is to make better use of the blank space.
The next image would be the layou that I need:
I'm based on Google analytic user administration UI:
My question is: Can I do this by reusing the list component of the framework without creating a new "List" component?