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; }
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; }