Is it possible to display scrollbar outside the table #680
-
I am displaying vertical and horizontal scrollbars in my table created with cdk-table help. It turns out the scrollbars covers up some content and doesnt look good as well. Is it possible to render it outside of the content? Is there such a feature? I have simple usage similar to this one: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yea you can use https://stackblitz.com/edit/ngx-scrollbar-yxbhti?file=src%2Fapp%2Ftable-example%2Ftable-example.html |
Beta Was this translation helpful? Give feedback.
Yea you can use
<ng-scrollbar appearance="standard">
https://stackblitz.com/edit/ngx-scrollbar-yxbhti?file=src%2Fapp%2Ftable-example%2Ftable-example.html