- Posts: 10
- Thank you received: 0
Hi,
Is it possible to change the height of te (output)rows or cells? If so, where can I do that(which file) en is it possible to change it for 1 particular grid?
Gr.
Herman
Please Log in or Create an account to join the conversation.
Hello Herman,
For changing the height of cells you should change a bit the output processing in components/com_grid/GridBuilder.php. For now it is not possible to change height of rows for single grid.
Regards,
Tomaž
Please Log in or Create an account to join the conversation.
Hello Tomaz,
In which line? I can't find it, sorry!
Regards,
Herman.
Please Log in or Create an account to join the conversation.
Herman,
Line 720:
$field['output_script'] .= "<td height=40><span class=\"field\"> ".$data[$j][$conf_columns[$j]];
Please Log in or Create an account to join the conversation.
Thank you Tomaz!
It works excellent!!!!
Regards,
Herman
Please Log in or Create an account to join the conversation.