Michael Palmer

Results 3 comments of Michael Palmer

You can add a router object to your table class like this: ` import { Router } from '@angular/router'; ` `@Component({...})` `export class TableComponent { constructor( ... , private _router:...

That's more of a styling thing. This issue talks about it: https://github.com/valor-software/ng2-table/issues/342 For adding a button: https://github.com/valor-software/ng2-table/issues/51

Same issue here.