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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,12 @@ data retrieves the field value
85
85
| --- | --- |
86
86
| updateSortable | emit the sortable field/fields |
87
87
| changePage | emit the page change |
88
-
| checkRow | emit the row item |
88
+
| checkRow | emit the row item when user click on row checkbox |
89
+
| rowClicked | emit the row item when user click on row |
90
+
91
+
##### Notes
92
+
93
+
##### Any __@click__ event of elements within the row triggers the rowClicked event, to get around this we need to __use @click.stop to prevent the propagation of the event__
89
94
90
95
<hr>
91
96
@@ -94,7 +99,7 @@ data retrieves the field value
94
99
95
100
| Props | Description |
96
101
| --- | --- |
97
-
| key |Th Title |
102
+
| key |th Title |
98
103
| label | index of value |
99
104
| sortable | the default setting is false, if set to true a symbol appears for sorting |
0 commit comments