You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get started further it's recommended to have a look at the [demo](./vaadin-grid-filter-demo).<br/>
27
+
A description how to get it running can be found [below](#run-the-demo).
28
+
29
+
> [!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).
13
33
14
34
## Installation
15
35
[Installation guide for the latest release](https://github.com/xdev-software/vaadin-grid-filter/releases/latest#Installation)
0 commit comments