I am attempting to create a table with fixed columns and scrolling functionality similar to the example at this link:
Here is the source code for reference:
The main issue I am facing is that in the provided sample, the table has fixed widths and heights in "px", but I need it to adapt to the screen size by replacing the fixed values with percentages ("%").
Can anyone assist me with this problem? I am struggling to implement the changes while still retaining the vertical scroll functionality.
Thank you!