Documentation

This commit is contained in:
Francesco 2023-10-17 09:44:26 +02:00
parent 5370d862c3
commit 09c63bae4f

View File

@ -308,6 +308,17 @@ public class Product { ... }</code>
<p>Disables the possibility of creating/editing/deleting items for the specific table.</p>
<h4 id="disable-export">3.1.9 @DisableExport</h4>
<h6>Code example</h6>
<pre >
<code class="language-java">@Entity
@DisableExport
public class User { ... }</code>
</pre>
<p>Disables the export functionality for this table.</p>
<div class="separator"></div>
<h3 id="settings-panel">3.2 The Settings panel</h3>