Documentation

This commit is contained in:
Francesco 2023-10-02 09:48:56 +02:00
parent 9f7a068685
commit 6ace40e7e0

View File

@ -177,7 +177,11 @@ public double totalSpent() {
</pre> </pre>
<p>This annotation can be used to add values computed at runtime that are shown like additional columns.</p> <p>This annotation can be used to add values computed at runtime that are shown like additional columns.</p>
<p><b>NOTE</b> 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.</p>
<p class="tip"><span class="title"><i class="bi bi-exclamation-triangle"></i> NOTE</span>
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.
</p>
<h4 id="filterable">3.1.4 @Filterable</h4> <h4 id="filterable">3.1.4 @Filterable</h4>
<h6>Supported parameters</h6> <h6>Supported parameters</h6>