DisplayTag

Need the ability to search.

Details

  • Type: New Feature New Feature
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: TBD
  • Component/s: HTML Generation
  • Labels:
    None
  • Application server:
    Tomcat 5.X

Description

Currently the grid taglib has the ability to sort, page , export etc. However it lacks tha aiblity to search a column for a piece of data. If the grid has 5000 rows with paging of 20 items per page, it is hard for the users to search a column for a value. This can be achived by writing custom code to do this but it would be nice if it was a part of the taglib where you could search on certain columns or all columns for a particular value.

Activity

Hide
Prasoon Agarwal added a comment -
Hi Prathit,
                   actually i also have the same kind of requirement can u please tell me something more about this that how can i achieve search functionality. What i need to do..
Thanks in advance!!
Prasoon
Show
Prasoon Agarwal added a comment - Hi Prathit,                    actually i also have the same kind of requirement can u please tell me something more about this that how can i achieve search functionality. What i need to do.. Thanks in advance!! Prasoon
Hide
Michael Osipov added a comment -
Actually, I solution can easily be done w/o modifying displaytag at all. Put a form in your jsp. Read params, pass them to a filter iterator from Commons Collections and your search is done on the fly. This is it.
Show
Michael Osipov added a comment - Actually, I solution can easily be done w/o modifying displaytag at all. Put a form in your jsp. Read params, pass them to a filter iterator from Commons Collections and your search is done on the fly. This is it.

People

Vote (1)
Watch (2)

Dates

  • Created:
    Updated: