paper-data-table icon indicating copy to clipboard operation
paper-data-table copied to clipboard

Material Data Table for ember-paper

Results 12 paper-data-table issues
Sort by recently updated
recently updated
newest added

As I understand we can't now add data-* attributes as: ``` {{#head.column --> data-name="my-name"

Hi, I am using this addon and work fine but when I see closest the pagination doesn't work. ![image](https://user-images.githubusercontent.com/6578139/36335934-9a94d930-1351-11e8-984c-8cd89ddf5a6e.png) I know that the variables `limit` and `page` should set on...

This addon should use closure actions instead of sendAction as the later is now deprecated in Ember

This PR adds the missing foot component.

This PRs fixes the display of the sort icon. Using the latest version of ember-paper (it may have existed before I don't know) I have a `min-height` and `min-width` on...

When you sort by a column it does not look at the other pages ... it just sorts current page. Is there an action at least we can override to...

When implementing paper-data-table I am getting this error "sort-by is not a helper". What wrong I am doing?

```handlebars {{#paper-data-table class='flex flex-100' sortProp='fullName' sortDir='asc' selectable=true as |table|}} {{#table.head as |head|}} {{#head.column checkbox=true}} {{#paper-checkbox disabled=true onChange=null}}{{/paper-checkbox}} {{/head.column}} {{#head.column sortProp='fullName' }}Name{{/head.column}} {{#if (not-eq search.profileType 'patient')}} {{#head.column sortProp='email' }}Email{{/head.column}} {{/if}} {{#head.column...

Ideally there should be an 'API' section in README but for now it could be enough to show it exists.