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.
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.