Commit bc5f5b4 1 parent 71ccfda commit bc5f5b4 Copy full SHA for bc5f5b4
File tree 1 file changed +4
-2
lines changed
src/ng2-smart-table/components/tbody
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 35
35
</ td >
36
36
37
37
< td *ngIf ="!row.isInEditing && grid.showActionColumn('right') " class ="ng2-smart-actions ">
38
+ < ng2-st-tbody-custom [grid] ="grid " (custom) ="custom.emit($event) " [row] ="row " [source] ="source "> </ ng2-st-tbody-custom >
39
+
38
40
< ng2-st-tbody-edit-delete [grid] ="grid "
39
41
[deleteConfirm] ="deleteConfirm "
40
42
[editConfirm] ="editConfirm "
45
47
(editRowSelect) ="editRowSelect.emit($event) ">
46
48
</ ng2-st-tbody-edit-delete >
47
49
</ td >
48
- </ tr >
50
+ </ tr >
49
51
50
- < tr *ngIf ="grid.getRows().length == 0 ">
52
+ < tr *ngIf ="grid.getRows().length == 0 ">
51
53
< td [attr.colspan] ="grid.getColumns().length + (grid.getSetting('actions.add') || grid.getSetting('actions.edit') || grid.getSetting('actions.delete')) ">
52
54
{{ grid.getSetting('noDataMessage') }}
53
55
</ td >
You can’t perform that action at this time.
0 commit comments