Pagination best practices:
- Clear an visible elements that shows where users are, where they have been and where they could go next. In terms of data presentation, the UI should be intuitive enough to make sure navigation between data pages is clear.
- Simple solution is always better than complex but beautiful presentation. Looking into the example below, it’s not clear where pagination ends.
- The simpler a design gets, the harder it is for designers to introduce cool and creative elements. Pagination is not exempt to this rule, hence there are whole variety of design patterns around it but that doesn’t necessarily mean a good looking standalone pagination would work well with any given system.
Comments 0