Sorry, I've been dragged to another task and my floating column got low
priority.
I'm not sure how would I style the table cell if I have dataview and my
table has headers. E.g. :
<table>
<thead>
<th>header1</th>
<th>header2</th>
...
<th>headern</th>
</thead>
<tbody>
<tr wicket:id="dataViewId">
<td>column1</td>
<td>column2</td>
...
<td>columnn</td>
</tr>
</tbody>
</table>
and I want column1 to stay on the screen all the time. Even if user scrolls
to the right and normally the column wouldn't be seen.
Thx,
Dariusz
I've done something similar. The entire component was in a table with two
cells. The fixed column was in a first TD, while the rest was contained in
another TD element. The point is, that it has nothing to do with wicket, it
is about how you choose your markup and style it using CSS.
--
View this message in context:
http://www.nabble.com/Floating-Column-tp13969119p14598509.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]