From 09c63bae4f1e9312e9d96666292dd6847ac5a0c7 Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 17 Oct 2023 09:44:26 +0200 Subject: [PATCH] Documentation --- docs/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/index.html b/docs/index.html index 01a7e9c..52ccc83 100644 --- a/docs/index.html +++ b/docs/index.html @@ -308,6 +308,17 @@ public class Product { ... }

Disables the possibility of creating/editing/deleting items for the specific table.

+

3.1.9 @DisableExport

+
Code example
+
+@Entity
+@DisableExport
+public class User { ... }
+
+ +

Disables the export functionality for this table.

+ +

3.2 The Settings panel