Hi,

If I understand you correctly, you need to add ordering direction images it
a table header. This can be done with CSS for instance:

      .wicket_orderUp,
      .wicket_orderDown,
      .wicket_orderNone {
        text-decoration: underline;
        padding-right: 15px;
        background-repeat: no-repeat;
        background-position: right;
      }

      .wicket_orderUp {
        background-image: url(icons/arrow-up.png);
      }

      .wicket_orderDown {
        background-image: url(icons/arrow-down.png);
      }

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-add-image-to-table-column-and-how-to-change-image-this-on-click-tp2996263p2996430.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to