Skip to content

Commit 7ab9bbf

Browse files
committed
Improve docs
1 parent 9440eb6 commit 7ab9bbf

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ _Reworked component_
33

44
* New customizable UI, including
55
* nested filters (AND, OR, NOT)
6+
* depth can be limited
67
* customizable operations (=,>,<,contains,is empty)
78
* support for multiple value types
89
* can easily be bound with Vaadin components

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ A customizable Vaadin Flow component for filtering Grids.
1010

1111
![demo](assets/demo.png)
1212

13+
## Features
14+
* Customizable and dynamic filter UI
15+
* Most common filters, operations and value types are supported out of the box
16+
* Nested filters (AND, OR, NOT)
17+
* depth can be limited
18+
* customizable operations (=,>,<,contains,is empty)
19+
* support for multiple value types
20+
* can easily be bound with Vaadin components
21+
* Query parameter support
22+
* Support for custom translations
23+
1324
## Usage
1425

1526
Here is a very simple example how the GridFilter can be used:

0 commit comments

Comments
 (0)