Someone asked me for the HTML code also and I had similar off forum queries
earlier on this post. Fwiw adding HTML sample code to compliment the Java
code for this use case:


<table id='grid'>
    <tr wicket:id="gridView">            
        <td class='tdShell' wicket:id="cols">
            <div class='tableCell'>
                <center>
                    <div>
                        
                    </div>

                    <div style='border:0px solid transparent'
wicket:id="mergedCell">
                        
                    </div>
                </center>
            </div>
        </td>
    </tr>
</table>


..hope its useful for anyone else looking for the same.

-----
Software documentation is like sex: when it is good, it is very, very good; and 
when it is bad, it is still better than nothing!
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/GridView-for-A-Symmetric-tables-issues-tp2953859p3506434.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to