Skip to content

Commit e3195e4

Browse files
committed
Removed default sorting by SKU
1 parent 3ca7297 commit e3195e4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

projects/erp-hgrid/src/components/erp-hierarchical-grid.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,6 @@ export default class ErpHierarchicalGrid extends LitElement {
9393

9494
firstUpdated() {
9595
// Default sortings
96-
this.hierarchicalGrid.sortingExpressions = [
97-
{
98-
dir: SortingDirection.Asc, fieldName: 'sku',
99-
ignoreCase: true
100-
}
101-
];
10296
this.rowisland.sortingExpressions = [
10397
{
10498
dir: SortingDirection.Desc, fieldName: 'delivery.dateOrdered',

0 commit comments

Comments
 (0)