momentum-table icon indicating copy to clipboard operation
momentum-table copied to clipboard

Exposing an API to add icons to table menu

Open st-clair-clarke opened this issue 7 years ago • 2 comments

Hi Krishna, Is it possible currently to add an icon/button to the table menu? I don't see where this is possible.

If it is NOT, will it be possible for you to expose the API that allows us to add such icon?

Cheers

st-clair-clarke avatar Dec 31 '17 16:12 st-clair-clarke

Hi Right now that is not possible, will add that functionality in near future. For now there are two options you could try :

  1. Replace the whole header with your own template
<m-header>
    <ng-template let-header>
    </ng-template>
</m-header>
  1. You could use reload icon(If you don't need reload)

krishna-agarwal avatar Jan 01 '18 05:01 krishna-agarwal

Thanks. I am actually started using the reload icon.

st-clair-clarke avatar Jan 01 '18 13:01 st-clair-clarke