1

I'am able to apply border to p-table using tableStyleClass but not border-radius. Any idea why?

<p-table [value]="[0]" tableStyleClass="tableBorder"></p-table>
.tableBorder{ border: 1.7px solid #dcdadad6; border-radius: 7px !important; }
Jasper de Vries
  • 19,370
  • 6
  • 64
  • 102
this.ash
  • 11
  • 2
  • What's in the Dev Inspector of the browser? Do you see your styles there? Any other styles? Also see this: https://stackoverflow.com/questions/4094126/how-to-add-border-radius-on-table-row – Sergey Kirienko Aug 19 '21 at 13:40

0 Answers0