Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ng-template not working #13

Open
harikrishnakakunuri opened this issue Sep 28, 2017 · 4 comments
Open

ng-template not working #13

harikrishnakakunuri opened this issue Sep 28, 2017 · 4 comments

Comments

@harikrishnakakunuri
Copy link

is it works ?

@jingweihaha
Copy link

It doesn't work on my machine

@andrew-yangy
Copy link
Owner

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

@DeniseCP
Copy link

DeniseCP commented Aug 14, 2018

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

@ToxicToast
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants