Skip to content

Commit

Permalink
fix test data table config
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrillin committed Jun 7, 2018
1 parent e37da2d commit b4e5ea8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class SqlControlComponent implements OnInit {
{
draggable: false,
name: "Views",
prop: "name",
prop: "keng__id",
resizeable: true,
sortable: true,
width: "100"
Expand All @@ -107,7 +107,7 @@ export class SqlControlComponent implements OnInit {
reorderable: false,
selected: this.selectedViews,
selectionType: "'single'",
sorts: [ { prop: "name", dir: "asc" } ],
sorts: [ { prop: "keng__id", dir: "asc" } ],
} as NgxDataTableConfig;

this.viewTableConfig = {
Expand Down

0 comments on commit b4e5ea8

Please sign in to comment.