In the specs they never mention the pagination very clearly, but I have found it hidden and was looking for the implementation here.
I think the reasons for it are quite clear, certainly with the displayed usage in a datatable the use is beneficial. This does sound like something the official spec either still needs to be written out for, or the displayed image on the website is not confirming to a publicly known spec.
https://www.google.com/design/spec/components/data-tables.html#data-tables-tables-within-cards
Something like this ? http://codepen.io/jfily/pen/RWYQgx
To be clear, are you requesting pagination in Data Tables or a singled-out pagination component for general usage?
@jfily indeed, something like that.
@Garbee to be honest, it could be either way, although I would personally see the component an sich beneficial to the total library, I could only find it in the data table spec, so I'd not be sure what the thoughts of the design team are (as in: is that the design for all pagination or just for the data table pagination.
That is just for the data table component itself. As it should belong in the footer of the table area per the spec.
Marking this as a feature request that needs MD guidance since you'd like it to be a standalone component. We have no guidance on how to handle pagination globally.
Currently what I've been recommending to others is just use buttons and give them a border-radius to round them into full circles. Android uses simple circles for their general pagination, so at least that gets you somewhere.
Boostrap has a default pagination component part of their library (http://getbootstrap.com/components/#pagination).
Why not go with the same approach.
I'm using MD (https://getmdl.io/) with PHP Laravel framework. Sad to say that Laravel default comes with Boostrap and most of the components are embedded to the framework.
I do not see pagination component part of MD, would be great if they could add and move up in the priority list.
Glad to say that I'm sticking with MD design with Laravel however need to customise / re-invent some of the components like pagination.
Just because Bootstrap or
The current recommended hack for pagination is to just use flat button styling, rounded to circles, and raise the active one. Coloring is whatever you want. It is a little bit of work, but overall pretty easy to implement within your apps if needed.
@Garbee I totally agree :-). Thanks for the clarification.
Also thanks for suggestion for implementing pagination, that's helpful :-).
But what is the point of not offering a pagination component?
The previous discussion in the thread explains why we are not offering stand-alone pagination functionality. Would you like some more clarification on any point in particular?
I had made a quick Pagination component using MD (https://getmdl.io/). You can check component here, might be of some use :
https://www.npmjs.com/package/ember-cli-simple-pagination
Most helpful comment
Boostrap has a default pagination component part of their library (http://getbootstrap.com/components/#pagination).
Why not go with the same approach.
I'm using MD (https://getmdl.io/) with PHP Laravel framework. Sad to say that Laravel default comes with Boostrap and most of the components are embedded to the framework.
I do not see pagination component part of MD, would be great if they could add and move up in the priority list.
Glad to say that I'm sticking with MD design with Laravel however need to customise / re-invent some of the components like pagination.