You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Michael Obster <mi...@obster.org> on 2008/02/18 15:03:02 UTC

Example how to add a filter to a tomahawk datatable

Hi,

does anyone have an exmaple how I can implement a filter to the tomahawk 
datatable similiar to the JFace Tableviewer?

I tried already to implement this in the server logic. The input fields 
are in a sandbox fieldset with tomahawk inputText. After typing a search 
pattern I send a submit over javascript but nothing changes in the 
result. Only after pressing a second time on enter I get the filtered 
result. This behaviour is also terrible if no result is found.

So any tips, solution or s.th. else, how I can et a filter implemented 
there?

Reagrds,
Michael