ng-treetable icon indicating copy to clipboard operation
ng-treetable copied to clipboard

ng-template not working

Open harikrishnakakunuri opened this issue 7 years ago • 4 comments

is it works ?

harikrishnakakunuri avatar Sep 28 '17 09:09 harikrishnakakunuri

It doesn't work on my machine

jingweihaha avatar Feb 09 '18 02:02 jingweihaha

How can I answer a question like this? any further info?

andrew-yangy avatar Feb 09 '18 03:02 andrew-yangy

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

DeniseCP avatar Aug 14 '18 22:08 DeniseCP

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...)

ToxicToast avatar Nov 26 '18 17:11 ToxicToast