Height of table component

Hi all,

is there anyway to adjust the height of the table component?

You can set it manually by clicking the settings icon->design on the table in the page builder

height: XXXpx;

Or you can change the number of visible records per page in the options tab in the table editor

1 Like

Hi Tim, thanks for your help~

However, there is no field for the table height here and i did try some css, but it just does not work :frowning:
image

.table-responsive{
max-height:800px;
overflow-y:auto;
}

for method 2, as I added vertical schroll bar, so this can’t work out too :frowning: