akveo / ng2-smart-table

Angular Smart Data Table component
https://akveo.github.io/ng2-smart-table/
MIT License
1.63k stars 877 forks source link

Add new button to Action ng2-smart-table #753

Open souhailaBI opened 6 years ago

souhailaBI commented 6 years ago

hello guys , how can i add new details link to action of ng2-smart-table beside delete and edit??

paolareyes commented 6 years ago

+1

gkTim commented 6 years ago

Also looking for this

umairm638 commented 6 years ago

I'm looking for adding button in action bar and when user click on it, modal with more detail information should popup.

CaptainYYH commented 6 years ago

me too,how can I do it?and I event want to click button display a relative div with the function bottom?

madhumynampati commented 5 years ago

I'm using this as of now. But I also need right solution.

ngAfterViewInit() {

  this.elementRef.nativeElement.querySelector('.ng2-smart-action-add-add')
    .addEventListener('click', this.onAdd.bind(this));

}