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

Commit 24b98d1

Browse files
committed
fix: preserve recursive trigger sort changes
1 parent dc5278f commit 24b98d1

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.30.0",
3+
"version": "0.31.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)