How can I add an image column to a table in wicket framework?
问题 I want to add a column containing images in each cell of a table in wicket framework. I make the table in a java class and have a createColumns() method as the following: private List<IColumn> createColumns() { List<IColumn> columns = new ArrayList<IColumn>(); // Create the columns that will be displayed, second param is the sort // order // Use column position for aggregate functions // Otherwise the query uses column aliases so these need to match here columns.add(new PropertyColumn(new