momentum-table
momentum-table copied to clipboard
Exposing an API to add icons to table menu
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
Hi Right now that is not possible, will add that functionality in near future. For now there are two options you could try :
- Replace the whole header with your own template
<m-header>
<ng-template let-header>
</ng-template>
</m-header>
- You could use reload icon(If you don't need reload)
Thanks. I am actually started using the reload icon.