diff --git a/docs/index.html b/docs/index.html index fbb389a..b7bfc62 100644 --- a/docs/index.html +++ b/docs/index.html @@ -177,6 +177,7 @@ public double totalSpent() {

This annotation can be used to add values computed at runtime that are shown like additional columns.

+

NOTE If your computed columns are computationally expensive (e.g because they use joins) they can affect the interface loading speed. In particular, the list view is the most affected, as these methods will have to be called for each item in the list.

3.1.4 @Filterable

Supported parameters