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
</div><h5id="methods_togglerowexpansion_parameters">Parameters</h5><tableclass="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>rowEntity</td><td><ahref="" class="label type-hint type-hint-object">object</a></td><td><divclass="togglerowexpansion-page"><p>the data entity for the row you want to expand</p>
</div></td></tr><tr><td>row</td><td><ahref="" class="label type-hint type-hint-gridrow">GridRow</a></td><td><divclass="rowexpandedbeforestatechanged-page"><p>the row that was expanded</p>
66
+
</div></td></tr><tr><td>evt</td><td><ahref="" class="label type-hint type-hint-event">Event</a></td><td><divclass="rowexpandedbeforestatechanged-page"><p>object if raised from an event</p>
</div></td></tr><tr><td>row</td><td><ahref="" class="label type-hint type-hint-gridrow">GridRow</a></td><td><divclass="rowexpandedrendered-page"><p>the row that was expanded</p>
78
+
</div></td></tr><tr><td>evt</td><td><ahref="" class="label type-hint type-hint-event">Event</a></td><td><divclass="rowexpandedrendered-page"><p>object if raised from an event</p>
</div></td></tr><tr><td>row</td><td><ahref="" class="label type-hint type-hint-gridrow">GridRow</a></td><td><divclass="rowexpandedstatechanged-page"><p>the row that was expanded</p>
90
+
</div></td></tr><tr><td>evt</td><td><ahref="" class="label type-hint type-hint-event">Event</a></td><td><divclass="rowexpandedstatechanged-page"><p>object if raised from an event</p>
Copy file name to clipboardexpand all lines: docs/partials/api/ui.grid.expandable.directive.uiGridExpandableRow.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
</div>
5
5
</h1>
6
6
<div><h2id="description">Description</h2>
7
-
<divclass="description"><divclass="ui-grid-expandable-directive-page ui-grid-expandable-directive-uigridexpandablerow-page"><p>directive to render the expandable row template</p>
7
+
<divclass="description"><divclass="ui-grid-expandable-directive-page ui-grid-expandable-directive-uigridexpandablerow-page"><p>directive to render the Row template on Expand</p>
<divclass="enablefocusrowonrowheaderclick"><divclass="enablefocusrowonrowheaderclick-page"><p>Enable focuse row by clicking on the row header. Defaults to
13
+
true if <code>enableRowHeaderSelection</code> is true, otherwise defaults to false.</p>
<divclass="setselected"><divclass="setselected-page"><p>Sets the isSelected property and updates the selectedCount
12
18
Changes to isSelected state should only be made via this function</p>
13
-
</div><h5id="methods_setselected_parameters">Parameters</h5><tableclass="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>selected</td><td><ahref="" class="label type-hint type-hint-bool">bool</a></td><td><divclass="setselected-page"><p>value to set</p>
19
+
</div><h5id="methods_setselected_parameters">Parameters</h5><tableclass="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>selected</td><td><ahref="" class="label type-hint type-hint-boolean">Boolean</a></td><td><divclass="setselected-page"><p>value to set</p>
14
20
</div></td></tr></tbody></table></div>
15
21
</li>
16
22
</ul>
@@ -22,8 +28,13 @@
22
28
<br/>Defaults to true</p>
23
29
</div></div>
24
30
</li>
31
+
<li><h3id="properties_isfocused">isFocused</h3>
32
+
<divclass="isfocused"><divclass="isfocused-page"><p>Focused state of row. Should be readonly. Make any changes to focused state using setFocused().
33
+
<br/>Defaults to false</p>
34
+
</div></div>
35
+
</li>
25
36
<li><h3id="properties_isselected">isSelected</h3>
26
-
<divclass="isselected"><divclass="isselected-page"><p>Selected state of row. Should be readonly. Make any changes to selected state using setSelected().
37
+
<divclass="isselected"><divclass="isselected-page"><p>Selected state of row. Should be readonly. Make any changes to selected state using setSelected().
0 commit comments