perbaikan master
This commit is contained in:
@@ -48,7 +48,8 @@ export class MasterFloorComponent {
|
||||
this.dataMasterCategori = res.results.data.find(
|
||||
(item) => item.name === "master_floor"
|
||||
);
|
||||
this.filteredRows = this.dataMasterCategori.headerDetailParam;
|
||||
// this.filteredRows = this.dataMasterCategori.headerDetailParam;
|
||||
this.filteredRows = this.dataMasterCategori.headerDetailParam.sort((a, b) => b.id - a.id);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user