mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix spellcheck
This commit is contained in:
@@ -75,6 +75,7 @@ export class DataTableComponent {
|
||||
this.reset();
|
||||
}
|
||||
|
||||
/* spellchecker: disable */
|
||||
reset() {
|
||||
this.data = new FilteredDataAdapter(
|
||||
[
|
||||
@@ -123,6 +124,7 @@ export class DataTableComponent {
|
||||
|
||||
this.data.setSorting(new DataSorting('id', 'asc'));
|
||||
}
|
||||
/* spellchecker: enable */
|
||||
|
||||
addRow() {
|
||||
const id = this.data.getRows().length + 1;
|
||||
|
Reference in New Issue
Block a user