mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixes #1303 Query with Order by clause is not working in Query Tool
This commit is contained in:
parent
8b54b59f2b
commit
967159664e
@ -503,12 +503,6 @@ define(
|
||||
$($grid_el).css('width', tbl_new_width + 'px');
|
||||
}
|
||||
});
|
||||
|
||||
// Forcefully sorting by the first column.
|
||||
if (columns.length > 1) {
|
||||
collection.setSorting(columns[1].name);
|
||||
collection.fullCollection.sort();
|
||||
}
|
||||
},
|
||||
|
||||
/* This function is responsible to create and render the
|
||||
|
Loading…
Reference in New Issue
Block a user