0

I am working on a table where I need scroll bar after 5th column. I was trying but not able to get that.

Here is my entire code in stackblitz ink.

How can I get overflow y scroll bar after 5th column and in the last row? The row is alone dynamic. But this is not happening.

 .sampletable > table{
    overflow-x: scroll
  }
halfer
  • 19,824
  • 17
  • 99
  • 186
Mr.M
  • 1,472
  • 3
  • 29
  • 76
  • Separate the table in two (before and after 5th row) and then use this? https://stackoverflow.com/questions/8232713/how-to-display-scroll-bar-onto-a-html-table – Gerard Mar 31 '20 at 10:15
  • Please try to refrain from adding please-help begging into your questions. It is just clutter, and moreover, some readers may be put off by pleading. Keep it succinct please. – halfer Apr 01 '20 at 11:44

0 Answers0