5
votes
2answers
111 views

Filters on top or on side of the table

I have 2 options to show filters for a table. One option places filters on the top and the other on the side of the table. For both options we'll give users the ability to hide the filters (by ...
2
votes
2answers
111 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 ...
5
votes
1answer
166 views

Building search interfaces with a large number of options

I'm about to start developing a web interface to a search - it indexes a large number of items with a lot of metadata, so there is a need to enable searching in multiple ways over lots of data. There ...
7
votes
1answer
236 views

user interface for multiple selection filter?

I have a user interface where there is a field with multiple options. There are a great many options so I'm using a type-ahead filter to assist discovery and selection. Is there any another good way ...
1
vote
2answers
82 views

Suitable control to specify a filter parameter with a main category and its subcategories

I'm designing a list view to show workflows. The worklflows can be divided into two main categories, workflows that are ongoing and workflows that will not have any more processes. These categories ...
0
votes
2answers
88 views

What should be the default view of a large collection of data (that can be filtered) on a web page?

I have a web page that shows projects (but it could be anything) in an html table (one row per project). There is a filter button at the top that allows users to can filter by a number of different ...
1
vote
1answer
300 views

How should I design a “filter” screen where you can filter on many fields

I have a webpage that has a filter screen where you can select filters on one or many fields and these filters are applied on other pages when it grabs data from my DB. Some of the fields have ...