I am implementing a table with a filterable bar. This bar can be used to search for an item from table which can exist in any of the column.
That means, if the value exist in one of the column it will added to the result set.
new Like ( column1Property , “search value” , false ) ,
new Like ( column2Property , “search value” , false )));
Could even put this in your TextFields TextChangeListener(…) so the filters will happen in real time as they type.
Hope that helps
Dana
We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.