Skip to content
This repository was archived by the owner on Jun 22, 2020. It is now read-only.

Commit 135b10d

Browse files
committed
Merge branch 'master' into fix/null
# Conflicts: # projects/table-builder/package.json
2 parents f73a99c + 801ec4c commit 135b10d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

projects/table-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ru/ng-table-builder",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"license": "MIT",
55
"bugs": {
66
"url": "https://github.com/Angular-RU/ng-table-builder/issues"

projects/table-builder/src/lib/table/services/sortable/sortable.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export class SortableService {
4242

4343
public setDefinition(definition: KeyMap<string>): void {
4444
this.definition = this.empty ? (definition as KeyMap<SortOrderType>) || {} : this.definition;
45-
this.triggerOnChanges();
4645
}
4746

4847
public setSkipSort(skipInternalSort: boolean): void {

0 commit comments

Comments
 (0)