Feature Request: Filtering in Table component - very common problem

When you click on "Multiple-Column Sort" option, it brings up a sort box with a drop down of all columns where you can select up to 3 columns/field and decide what sorting to use. Right?

So, can we have a "Multiple-Column Filter/Search" option, similar to sort, where users can select up to 3 fields from the drop down, and enter its value. Upon submission, it should narrow down the filter the table rows based on the filter.

I think its a feature that most web apps can use. This way, we will not necessarily need Lecene or custom searching. This will make JSC table component, the best one out there compared to Rational/VS.NET. It already has built-in pagination and sorting. Why not add filtering too?

Thanks

Sabir

[750 byte] By [Sabir] at [2007-11-26 9:34:47]
# 1
Thanks for your feedback, will enter an RFE for your issue.ThanksK
kish@sun at 2007-7-7 0:24:31 > top of Java-index,Development Tools,Java Tools...
# 2

Thanks. This one shouldn't be too hard. You are already doing it for multiple column sorting, just follow the same usage for multiple column filtering. If I have access to the source code of Table component, I can probably add this feature in a week or two. Here is how the filetling layout may look like:

dropDown (List of columns) | dropDown (equals, >, <, contains, like, starts with, ends with) | textField | radioButton (And, Or)

dropDown (List of columns) | dropDown (equals, >, <, contains, like, starts with, ends with) | textField | radioButton (And, Or)

dropDown (List of columns) | dropDown (equals, >, <, contains, like, starts with, ends with) | textField | radioButton (And, Or)

Sabir at 2007-7-7 0:24:31 > top of Java-index,Development Tools,Java Tools...
# 3
Chris/Mrs Jetsons, welcome back in the forum. Any comments on this? Here are some screenshots of the custom filtering I am attempting to do: http://bedriven.blogspot.com/2006/08/filtering-data-table-in-java-studio.html
Sabir at 2007-7-7 0:24:31 > top of Java-index,Development Tools,Java Tools...