Carlos Cruz

Results 7 comments of Carlos Cruz

Hello @lopenchi I just did what you suggest, but the row is not being colored. `rowClassFunction: (row) => { if (row.data.GestionFacturacion === 'Observado') { return 'highlightObservado'; } ` row.data.GestionFacturacion is...

> the css is applied only to first column i want it to be applied on full row You have to put the code in every column at configurations object.

> Hi, > you can add tooltip to your custom action without creating any custom component like this: > > I hope this helps Is this a joke? Or maybe...

Hello @dario30186 It's working perfectly on "custom action". Can you please explain how or what would be the code to do the same for the others "normal" columns? Maybe there...

> @apfanz See #557 But to do tooltips you would need to create a component. You can create a simple component that takes in your status and tooltip content, and...

> This is my version based on @Kshitij-Banerjee > tr td.ng2-smart-actions, > ng2-st-tbody-custom { > display: -webkit-box; > display: -ms-flexbox; > display: flex; > height: 100%; > } > >...

> hello, > > how do i change the text color of inputs in ng2 smart table? > > thank you. Try using devtools on your browser to identify the...