MurhafSousli / ngx-scrollbar

Custom overlay-scrollbars with native scrolling mechanism
https://ngx-scrollbar.netlify.app/
MIT License
622 stars 99 forks source link

Start scrollbar-x after the first sticky column of a HTML table #646

Closed KrishnapriyaQB closed 3 months ago

KrishnapriyaQB commented 3 months ago

What are you trying to do?

For a HTML table with sticky first column, I want the scrollbar-x to start after the first column only.

The current table looks like this: The HTML table has both horizontal and vertical scrollbar The scrollbar-x will start from the bottom-left corner of the table and extends till the bottom-right. The scrollbar-y will start from the top-right corner of the table till the bottom-right corner.

But I want the scrollbar-x, just to start after the first sticky column only.