'Why css of ngx-datatable is broken after reloading the page?
There is a problem about css of @swimlane/ngx-datatable. I used dt but when i try to reload the page, css of the page is broken. I do not understand why. At initial there is no problem, changing page there is no problem, but reloading is a problematic. Im sharing ss and code part. Can anyone help me to solve this?
Here is the ss
Here is the codepart =>
<ngx-datatable style="width: 90%" id="ngx-dt1"
class="material whitespace-nowrap single-selection pt-5"
[rows]="rows"
[columnMode]="columnMode.force"
[headerHeight]="60"
rowHeight="50">
<ngx-datatable-column *ngFor="let col of columns" [name]="col.name.toUpperCase()">
</ngx-datatable-column>
</ngx-datatable>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
