May I know whether there is a way to adjust the editing spreadsheet's height, or the number of row to be displayed?

I have a table of 66 rows. However the editing sheet only display up to around 31 rows. I would like to display the whole table without scrolling. If possible, I would like the scroll bar be hidden, too.

Comments

metakel created an issue.

willhallonline’s picture

This can be adjusted by changing the height of the item using CSS? You can simply override the CSS that is set by default by the module? Does this not work?

metakel’s picture

The table and the scroll bar's HTML code use inline style:

<div id="te_griddiv" style="width: 823px; height: 655px; overflow: hidden; cursor: default;">
willhallonline’s picture

OK. Would you think it better to alter the library (SocialCalc) or the module?