p-table styling is not applying #153
-
I created a stackblitz app using p-table but the table styling doesn't apply. I was originally trying to use bootstrap with PrimeNG and thought it was the bootstrap but removing bootstrap import didn't help. Can you please tell me what I am doing wrong? https://stackblitz.com/edit/stackblitz-starters-et1vtp Edit: Updated the link to point to editor. |
Beta Was this translation helpful? Give feedback.
Answered by
cetincakiroglu
Oct 4, 2023
Replies: 1 comment 6 replies
-
Hi, Your example is broken please update the link so we can investigate the issue |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're using styleClass within
ng-template
, that's why it doesn't work.Here is the correct usage https://stackblitz.com/edit/stackblitz-starters-sq8d71?file=src%2Fapp.component.html