Quote from
luishp on July 10, 2019, 9:57 am
Please try adding this CSS into Project > Properties > Styles
tbody {
display:block;
height:200px;
overflow:auto;
}
thead, tbody tr {
display:table;
width:100%;
table-layout:fixed;
}
thead {
width: calc( 100% - 1.2em );
}
You will probably want to set a fixed with for each column on neoTableSetColumn command.
Change the height on the third line to whatever value you need.
Let me know if it works for you.
Regards.
Please try adding this CSS into Project > Properties > Styles
tbody {
display:block;
height:200px;
overflow:auto;
}
thead, tbody tr {
display:table;
width:100%;
table-layout:fixed;
}
thead {
width: calc( 100% - 1.2em );
}
You will probably want to set a fixed with for each column on neoTableSetColumn command.
Change the height on the third line to whatever value you need.
Let me know if it works for you.
Regards.