You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Configuration keys supported only by the data-table plugin:
21
21
| :-- | :-- | :-- | :-- |
22
22
|`entityType`| "edge" \| "node" (**required**) | Whether to display nodes or edges in the table. |`"node"`|
23
23
|`itemType`| string (**required**) | Name of the node category or edge type to display in the table. |`"Company"`|
24
+
|`delimiter`| string (**optional**) | The delimiter used for csv files downloads. Only one character is allowed. By default "," is used |`";"`|
24
25
|`properties`| string\[] (**optional**) | Property names to include in the table. Defaults to all the properties of `itemType`. |`["name", "address", "vat_number"]`|
25
26
26
27
Configuration example for 1 data-table instance accesible via `/plugins/table`:
0 commit comments