Hi
When will it be possible to use icons in the header of a table column and in a table cell?
Baskor
PS Great framework by the way!
Hi
When will it be possible to use icons in the header of a table column and in a table cell?
Baskor
PS Great framework by the way!
You can use icons in columns at least in this way:
Code:tableColumn.setRenderer(new CellRenderer() { public String render(Component item, String property, Object value) { return "<img src='icon.png'> "; } });