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
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ For cross cutting functionality, these soft references can be the solution here.
56
56
57
57
| Platform Version | Add-on Version |
58
58
| ---------------- | -------------- |
59
+
| 7.0.x | 0.5.x |
59
60
| 6.10.x | 0.4.x |
60
61
| 6.9.x | 0.3.x |
61
62
| 6.8.x | 0.1.x - 0.2.x |
@@ -72,3 +73,46 @@ Add custom application component to your project:
72
73
## Example usage
73
74
74
75
To see this application component in action, check out this example: [cuba-example-using-taggable](https://github.com/mariodavid/cuba-example-using-entity-soft-reference).
76
+
77
+
## Usage
78
+
79
+
### Soft references as Table columns
80
+
81
+
In order to use a soft reference as a Table column, there is a class `de.diedavids.cuba.entitysoftreference.web.SoftReferenceInstanceNameTableColumnGenerator` which can be used
82
+
to create a column which renders the soft reference as a link with the instance name into the table.
0 commit comments