| Issue 79: | Anonymous tag columns not displaying correctly. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
In my table, I'm trying to make two anonymous columns that will
contain "edit" and "delete" buttons. The code looks like this :
<jmesa:htmlColumn title="" sortable="false" filterable="false">
// Inner content to create the HTML EDIT button
</jmesa:htmlColumn>
<jmesa:htmlColumn title="" sortable="false" filterable="false">
// Inner content to create the HTML DELETE buttoon
</jmesa:htmlColumn>
It seems that when I try to make more than one column that doesn't
specify a property, it doesn't quite work as expected. The delete
column is repeated twice. I get two columns with 'delete' buttons and
no 'edit'. Is this a bug in jMesa?
Jan 30, 2008
#1
extremec...@gmail.com
Aug 14, 2008
Just stepped over this issues as well. I think the current work-around is not intuitive. |