-
-
+
- |
|
-
+
+
+
+
{{ row | render: column.key }}
@@ -251,28 +205,19 @@
|
|
-
+
|
|
@@ -285,29 +230,21 @@
*ngIf="config.infiniteScroll"
class="ngx-infinite-scroll-viewport"
>
-
+
-
+
-
|
@@ -316,19 +253,21 @@
type="radio"
id="radio-infinite-scroll-{{ rowIndex }}"
name="radio"
- (change)="onRadioSelect($event, row, rowIndex)"
+ class="form-check-input"
+ [value]="row.radioSelected"
+ (change)="onRadioSelect(rowIndex)"
/>
|
-
+
{{ row | render: column.key }}
|
-
+
|
-
-
-
-
-
- {{ group[0][groupRowsBy] }} ({{ group.length }})
- |
-
-
-
-
-
-
- |
-
-
-
-
- {{ row | render: column.key }}
-
- |
- |
-
-
-
-
| |