aurelia-ui-framework icon indicating copy to clipboard operation
aurelia-ui-framework copied to clipboard

[UIDatagrid] - Add filtering

Open adarshpastakia opened this issue 5 years ago • 0 comments

Allow columns to be filterable by providing a filter dropdown

Types

  • Text: Searchbox
  • Text: List of unique values for selection
  • Number: Input
  • Date: Calendar input

Operations: =, != (all types) in, not in (text only)

, <, >=, <= (number/date)

adarshpastakia avatar May 28 '19 09:05 adarshpastakia