mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
fix spellcheck
This commit is contained in:
parent
cc1accff28
commit
bf09b6b25b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user