Hi there

I need a little help to solve this.

I want to create a table using DataTable, where the user can select a row
and
then see some more details in a extra row inserted below the selected.
Something like this:

<th>
 <td>col 1</td><td>col 2</td><td>col 3</td>
</th>
<tr>
 <td>aaa</td><td>bbb</td><td>ccc</td>
</tr>
<tr>
 <td colspan="3>details data from the record above</td>
</tr>

I belive I can use the ReuseIfModelsEqualStrategy to handle the selected
row, but
how do I insert the extra row with one cell spanning all columns?

Best Regards
Niels
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to