I'm applying material theme to ngx-datatable and whenever I route to a component using ngx-datatable, there is some animation triggered on the table content.
You can see the demo here: Demo
If I apply bootstrap theme, then no animation is played.
Is there any way to disable the animation ?
Thanks