Issue 69: Add attribute "filterable" on htmlRow
Status:  Fixed
Owner: ----
Closed:  Dec 2007
Reported by uniquej...@gmail.com, Dec 15, 2007
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
Should be An enhancement. i want to correct it but no entry :(
Dec 15, 2007
#2 extremec...@gmail.com
(No comment was entered for this change.)
Status: Accepted
Labels: -Type-Defect Type-Enhancement
Dec 15, 2007
#3 extremec...@gmail.com
(No comment was entered for this change.)
Status: Started
Dec 15, 2007
#4 extremec...@gmail.com
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