4
votes
3answers
99 views

Fixed items on table list - how should I paginate it?

I have a table list that consists of two areas: The top area has 'new' items which require attention and action from the user. It is important that these are noticed. The other area includes the ...
1
vote
3answers
131 views

Pagination of tree structure tables

Ok first things first. I did not design this layout but all feedback is appreciated. I have a web app that takes in a user file and spits out a table. the table also has hierarchy. Lets say its a ...
2
votes
1answer
129 views

Is it a good experience if a table pagination doesn't refresh the whole page but only its own area

I'm working on a UI pattern thing for an ERP system. the problem is about the table pagination.a common table have a pagination, I'm fine with that. Here is the problem, if there is a lot of content ...
5
votes
2answers
245 views

Summary Rows and Paged Data Tables

In terms of best practices and UI patterns: if there is a summary row (sums, avg, etc) at the bottom of a data table that has paging should the row be a grand summary of the full result set or a ...