Skip to content

Commit 9d9fbce

Browse files
committed
Update README.md
1 parent 8c0e737 commit 9d9fbce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ this.add(filter, grid);
2626
To get started further it's recommended to have a look at the [demo](./vaadin-grid-filter-demo).<br/>
2727
A description how to get it running can be found [below](#run-the-demo).
2828

29+
> [!IMPORTANT]
30+
> This component is designed for "in memory" filtering of small to medium sized amounts of data.
31+
2932
> [!NOTE]
30-
> This component is designed for "in memory" filtering of small to medium sized amounts of data.<br/>
31-
> Filtering multiple thousand items with multiple complex filtering coditions can drastically impact performance and make the UI unresponsive!<br/> In these cases it's recommended to use backend filtering solutions like Database Queries or [ElasticSearch](https://en.wikipedia.org/wiki/Elasticsearch) in combination with a customized UI search framework.<br/>
32-
> If you need help in implementing these feel free to [contact us](#support).
33+
> Filtering multiple thousand items with complex filtering conditions can drastically impact performance and make the UI unresponsive!<br/> In these cases it's recommended to use backend filtering solutions like database queries or search engines like [ElasticSearch](https://en.wikipedia.org/wiki/Elasticsearch) in combination with a customized UI search framework. If you need help in implementing these feel free to [contact us](#support).
3334
3435
## Installation
3536
[Installation guide for the latest release](https://github.com/xdev-software/vaadin-grid-filter/releases/latest#Installation)

0 commit comments

Comments
 (0)