In the PrimeNg Turbotable I use loadingIcon to display the spinner while loading data. I am not able to increase the size of primeIcon pi-spinner.
HTML Code:
<p-table #resdt exportFilename="RecordChange" [value]="recordList"
[(selection)]="selectedRecord" [loadingIcon]="loadingIcon"
[loading]="loading" sortField="recordCURD" sortMode="single"
[autoLayout]="true" scrollable="true" scrollHeight="550px">
....
</p-table>
TypeScript Code:
this.loadingIcon = 'pi pi-spin pi-spinner';