Hi, You probably have to "update" data in the cellList (with #setRowData) to show only items matching your filter. Moreover, hiding some elements in list could lead to differences between the number of visible items and result of methods like #getRowCount() .
Alexandre. 2011/4/11 waldo2188 <[email protected]> > Hi ! > > I try to hide elements who's not matching with a search. And unhide > all elements when the search's Text Box is empty. > > I use Cell List like in the ShowCase > http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellTree > > It is possible to hide a cell in a cell list? > And if it's possible, how? > > Thank in advance for your help! > > > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
