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