How does table set the vertical scroll bar?

table there are many data entries, but how do you make table appear vertical scroll bars when there are too many data entries?

Apr.05,2021

put the table in a div, the div has a fixed height, and then set a overflow-y: auto to the div.


just fix the height of the outer frame of the table. When the height of the content inside is greater than the height of the outer frame, a vertical scroll bar will appear naturally

.
Menu