mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-09 05:48:20 +00:00
Documentation
This commit is contained in:
parent
9f7a068685
commit
6ace40e7e0
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user