2
votes
2answers
120 views

Adding paging, sorting and filtering toolbars to a table

I have a bunch of report views, which essentially are tables. They should enable the user with sorting, paging and filtering capabilities. My idea is to add those features via menu-bars. Paging ...
12
votes
4answers
314 views

Toolbar buttons - to be or not to be?

I need to create a toolbar for my application, and let's assume that due to external constraints it must be a regular toolbar, not a ribbon. The application itself has a significant number of ...
10
votes
4answers
221 views

Should action buttons be separate or part of a single toolbar?

This is a follow-up question from the previous question managing taxonomy hierarchies UI patterns. Question: When an item in a list has action buttons that perform create/edit/delete actions, is ...