grsubin
Results
2
comments of
grsubin
I had the same problem, a simple workaround I used, was to check if the value was actually changed when the valueChanges was triggered. You can achieve this by: ```...
.ngx-datatable .datatable-footer .datatable-pager { white-space: nowrap; } This should prevent wrapping.