Issue Details (XML | Word | Printable)

Key: NTBL-243
Type: Functional Story Functional Story
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: baljeet.sandhu
Reporter: Edwin Park
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
NatTable

Filter row

Created: 14/Jan/09 08:37 PM   Updated: 12/Oct/09 02:13 PM   Resolved: 12/Oct/09 02:13 PM
Component/s: Row features
Affects Version/s: None
Fix Version/s: 2.1Iteration 2

Time Tracking:
Issue & Sub-Tasks
Issue Only
Not Specified

Acceptance Criteria: Add to an existing example. Must unit test.
Test coverage: FilterRowDataLayerTest, FilterRowUtilsTest, FilterRowDataProviderTest

  • Sub-Tasks:
  • All
  • Open

 Description  « Hide

Display a row at the top of the body area directly under the column header that has editable fields to allow you to enter filter criteria for each column

Should be able to hide/show the filter row

Filter criteria will depend on the data type of the column

  • Text search
    • Wildcards
    • Partial text entry
  • Date range
  • Number range
  • Boolean


Edwin Park added a comment - 24/Aug/09 03:36 PM

This will hook up to a GlazedLists filterList and dynamically configure its filter specification.