From 6ace40e7e0308acecc3e2311bce6315801b66026 Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 2 Oct 2023 09:48:56 +0200 Subject: [PATCH] Documentation --- docs/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index b7bfc62..08ffa71 100644 --- a/docs/index.html +++ b/docs/index.html @@ -177,7 +177,11 @@ 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.

+ +

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 get called for each item in the list. +

+

3.1.4 @Filterable

Supported parameters