So I have this project where I have a page with a header and then a table.
Now for the table I need to have the top most row to be fixed AND also have the left most column be fixed when I scroll.
I have some code here for what I have so far: https://playcode.io/1945145
But my issue is this:
- There is no horizontal scrollbar at the bottom of the window. It should always be visible at the bottom of the window and not the bottom of page
- The last row is cut off (i presume thats where the horizontal scroll bar is but i want the scroll bar to be bottom of window always visible)
Its built with React and Tailwind.
Does anyone know how I can achieve this? Many thanks in advance.