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
{{ message }}
This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Add functionality to show extra information with a Row Detail View
23
+
Add functionality to show extra information with a Row Detail View, (<a href="https://github.com/ghiscoding/Angular-Slickgrid/wiki/Row-Detail" target="_blank">Wiki docs</a>)
24
24
<ul>
25
25
<li>Click on the row "+" icon or anywhere on the row to open it (the latter can be changed via property "useRowClick: false")</li>
26
26
<li>Pass a View/Model as a Template to the Row Detail</li>
@@ -43,6 +43,10 @@ export class GridRowDetailComponent implements OnInit {
0 commit comments