ng-treetable
ng-treetable copied to clipboard
ng-template not working
is it works ?
It doesn't work on my machine
How can I answer a question like this? any further info?
Hey, @ddvkid I am trying to use template to format a number value
<ay-column field="decimal" header="Value">
<ng-template let-value="value">
{{value | number: '1.0-2'}}
</ng-template>
</ay-column>
and I am getting a css error, that's not formatting well until I click outside the table and the value doesn't show on the column
Heyya,
I have a TreeTable with Parents and Childs, which goes down about 3 or 4 Levels. Is there a possibility to use ng-template if a Row has a Value that needs to be hidden?
The PrimeNG Treetable uses ng-templates for that (but this Module fails elsewhere...)