mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 21:38:21 +00:00
Documentation
This commit is contained in:
parent
5370d862c3
commit
09c63bae4f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user