| Issue 69: | Add attribute "filterable" on htmlRow | |
| 1 person starred this issue and may be notified of changes. | Back to list |
i need to hide all the filter text field below the toolbar because i don't
want to use that, i just want the sort function
now i do this like this;
<jmesa:htmlRow>
<jmesa:htmlColumn property="id" filterable="false"/>
<jmesa:htmlColumn property="name" filterable="false" />
<jmesa:htmlColumn property="age" filterable="false" />
</jmesa:htmlRow>
if there are many many columns, i need to set filterable on each
htmlColumn one by one,
i mean can you add an attribute "filterable" on htmlRow or htmlTable
or tableFacade so that we can hide it with a single line code
Dec 15, 2007
#1
uniquej...@gmail.com
Dec 15, 2007
(No comment was entered for this change.)
Status:
Accepted
Labels: -Type-Defect Type-Enhancement
Dec 15, 2007
(No comment was entered for this change.)
Status:
Started
Dec 15, 2007
The changes are done and checked in the trunk. I put the global filterable and sortable on the HtmlRow as the columns and rows have a bi-directional relationship. http://builds.jmesa.org/
Status:
Fixed
|