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?
Asked
Active
Viewed 869 times
2 Answers
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"

canpan14
- 1,181
- 1
- 14
- 36
0
Remove material from the datatable class
Another option is to check the material class documentations.

Olumide Ayeni
- 179
- 2
- 7