|
|
@@ -48,7 +48,8 @@ $('#table').on('event-name.bs.table', function (e, arg1, arg2, ...) {
|
|
|
<td>
|
|
|
Fires when user click a row, the parameters contain: <br>
|
|
|
row: the record corresponding to the clicked row, <br>
|
|
|
- $element: the tr element.
|
|
|
+ $element: the tr element, <br>
|
|
|
+ field: the field name corresponding to the clicked cell.
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -58,7 +59,8 @@ $('#table').on('event-name.bs.table', function (e, arg1, arg2, ...) {
|
|
|
<td>
|
|
|
Fires when user double click a row, the parameters contain: <br>
|
|
|
row: the record corresponding to the clicked row, <br>
|
|
|
- $element: the tr element.
|
|
|
+ $element: the tr element, <br>
|
|
|
+ field: the field name corresponding to the clicked cell.
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|