diff --git a/src/ng2-smart-table/components/tbody/tbody.component.html b/src/ng2-smart-table/components/tbody/tbody.component.html index 2c7f899b9..414e63bbc 100644 --- a/src/ng2-smart-table/components/tbody/tbody.component.html +++ b/src/ng2-smart-table/components/tbody/tbody.component.html @@ -13,7 +13,7 @@ [source]="source"> - + @@ -27,6 +27,11 @@ [isInEditing]="row.isInEditing"> + + + + + - + @@ -20,6 +20,9 @@ import { Row } from '../../../lib/data-set/row'; (edited)="onCreate($event)"> + + + `, }) export class TheadFormRowComponent {