I'm trying put a table inside a <td> in datatable so that my column can have more than one row I overode the createLableModel method and tried to but html tag like this <wicket:panel> <table><tbody><tr><td>fads</td></tr><tr><td>fdsafas</td></tr></tbody></table><table> </table></wicket:panel> look like it everything in a cell is put under <td wicket:id="cells"> <span wicket:id="cell">
because it of <span wicket:id="cell"> it gets displayed as text. Is there anyway you could overide this or any better way of doing this thank you