Open souhailaBI opened 6 years ago
+1
Also looking for this
I'm looking for adding button in action bar and when user click on it, modal with more detail information should popup.
me too,how can I do it?and I event want to click button display a relative div with the function bottom?
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));
}
hello guys , how can i add new details link to action of ng2-smart-table beside delete and edit??