MEL Tables
Dear WM Team,
I know a new MEL Module is on its way! Nevertheless maybe some aspects which are still a bit stif and could be cosnidered for for the future:
When I use the portrait function in the MEL I can not manualy change the table properties:

So basicalyy the tables are stiff as they are. I am also not allowed to mark the border lines of the cells as not visible.
Well there is a way off course for those that can work with html: go to source code:
<div class="mel-container" data-atachapter="ata_21" data-melstyle="" data-rows="9">
<table border="1" cellpadding="0" cellspacing="0" style="width:100%">
CHANGE table border 1 to 0 ( then the function Table Boarders will be activated.
Furthermore, i think an option to merge cells should be made available. Some Operators write their M & O Procedures below the last ATA Item and not under Point 6 Remarks & Exceptions, Example:

Thanks a lot and all my best
Alex
Comments
Hi Alex,
Thank you for the suggestion; we have heard this before. The MEL functionality locks the table, as you correctly said. It can be unlocked by removing the div block on top as you pointed out.
To have even more freedom, we suggest building a module to fit your MEL style in a custom module, resulting in a free editable table, where cells should be merged. 😊
Please sign in to leave a comment.