Pagination in the Material HTML 5 UI

Hi,

Has anyone given any thought to what a pagination would look like in the Material Design framework you put together?

BTW it’s a great framework, kudos!

David.

It’s a hard one. All of our implementations have used an infinity scroll – ie no pagination, you just keep scrolling and dynamically loading more results to the list. I can’t even find a reference to pagination theory in Google’s Material spec.

Bootstrap Material, a similar project, implements pagination like so.

MaterializeCSS have this approach.

Personally not a great fan of either look.

1 Like

The new version of the framework does have pagination for tables which is exactly what I was after. See the example here in the data tables example page.

Glad you like it!