FYI,

The repeater examples at http://wicketstuff.org/wicket13/ use the 
following styles for sortable column headers (from style.css):

table.dataview tr th.wicket_orderDown {
        background-color: #87cbff; background-image: 
url(displaytag/img/arrow_down.png); }
table.dataview tr th.wicket_orderUp {
        background-color: #87cbff; background-image: 
url(displaytag/img/arrow_up.png); }

but those images don't exist, so no sort indicator appears in the column 
headers.

-Ryan


-------------------------------------------------------------------------
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