API Docs for: v2.7.0
Show:

Components.ModelsTablePaginationNumeric Class

Extends Ember.Component

Numeric navigation used within models-table/footer.

Usage example:

{{#models-table data=data columns=columns as |mt|}}
  {{#mt.footer as |footer|}}
    {{footer.pagination-numeric}}
    {{! ... }}
  {{/mt.footer}}
  {{! .... }}
{{/models-table}}