change the pagination color in primeng -
i'm using prime ng data table display data , using pagination that. want change background colour
<p-datatable [value]="clientlist" [rows]="10" [paginator]="true" [pagelinks]="3" [scrollable]="true" [rowsperpageoptions]="[5,10,20]" resizablecolumns="true"> <p-column header="mobile" styleclass="text-left" [sortable]="true" field="ph" [style]="{'width':'150px'}"></p-column> <p-column header="email" styleclass="text-left" [sortable]="true" field="email" [style]="{'width':'150px'}"></p-column> <p-column header="fp/wp" styleclass="text-center" [sortable]="true" [style]="{'width':'100px'}"> </p-column> <p-column header="aum" styleclass="text-center" [sortable]="true" [style]="{'width':'100px'}"> </p-column> <p-column header="debit/ equity allocation" [sortable]="true" styleclass="text-center" [style]="{'width':'200px'}"> </p-column> <p-column header="alerts" styleclass="text-center" [sortable]="true" [style]="{'width':'200px'}"> </p-column> </p-datatable> how can change colour?
Comments
Post a Comment