MOHAMMAD OMAR
MOHAMMAD OMAR
Hey this is the link for the code https://github.com/akveo/ng2-smart-table/blob/master/projects/demo/src/app/pages/examples/custom-edit-view/basic-example-button-view.component.ts
import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core'; import { ViewCell } from 'ng2-smart-table'; @Component({ selector: 'button-view', template: ` {{ renderValue }} {{ renderValue }} {{ renderValue }}...
your code should work, I do not know why no style is applied, this needs you to debug.
maybe you can append a row to the table get the element by id use view child to get the native element of the table then search this should be...
Any updates on this?