API Docs for: v2.7.0
Show:

Components.ModelsTableSummary Class

Extends Ember.Component

Summary block used within models-table/footer.

Value from ModelsTable.messages.summary is used as a template for shown message. It's filled with firstIndex, lastIndex and recordsCount.

Usage example:

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