-2

I'm using Angular and ngx-datable to display a dynamic list.

The first two left columns are fixed and a horizontal scroll bar appears (that's what I want it to do). The problem is that when I'm scrolling to the right, the table starts to shake on the screen. How can I fix it?

This is my table:

<ngx-datatable (scroll)="onScroll($event)"
                 #table
                 [columnMode]="'force'"
                 [footerHeight]="0"
                 [headerHeight]="66"
                 [rowHeight]="50"
                 [rows]="results
            | showSong: showSongStatusFilter
            | addPositionToTable
            | filterSongBySearch: searchBoxValue"
                 [scrollbarH]="true"
                 [scrollbarV]="true"
                 class="material">
Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Liraz Shaka Amir
  • 587
  • 9
  • 26

0 Answers0