0

The horizontal scrolling animation for ngx-datatable is laggy and I want to disable it. I haven't found any parameters in the docs that would allow me to do this. Is there any way to achieve this?

mtgillin
  • 71
  • 2
  • 7

2 Answers2

1

If you want to disable horizontal scrolling add this to the datatable component.

Not sure what animation you are talking about as it's just scrolling on a table. I haven't found it laggy before but I'm sure depending on what you are doing it is possible.

[scrollbarH]="false"

Documentation Page

Source Code

canpan14
  • 1,181
  • 1
  • 14
  • 36
0

Remove material from the datatable class

Another option is to check the material class documentations.

https://swimlane.gitbook.io/ngx-datatable/readme/themes

Olumide Ayeni
  • 179
  • 2
  • 7