hi, i want to inserto in my datatable an image like this:

private ImageAjaxLink mailImg;

mailImg = new ImageAjaxLink("mailImg", bean.isMail()));

now my table is:

columns.add(new PropertyColumn(new StringResourceModel("label.col5", this,
null), "col5"));
        
provider = new TotalConsPagoProveedoresProvider("col1", false);
table = new DefaultDataTable("table", columns, provider, Integer.valueOf(new 
StringResourceModel("rowsPerPage", this, null).getString())){

again, how can i add "mailImg" in "columns" of my table

tks!

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/how-to-add-ImageAjaxLink-into-datatable-tp3011459p3011459.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to