mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow configuration of CSV and clipboard formatting of query results. Fixes #2781
This commit is contained in:
committed by
Dave Page
parent
2579458091
commit
0c566f132e
@@ -10,6 +10,7 @@ function (copyData, RangeSelectionHelper) {
|
||||
var isModifierDown = event.ctrlKey || event.metaKey;
|
||||
var self = this || window;
|
||||
self.slickgrid = args.grid;
|
||||
self.csvOptions
|
||||
|
||||
if (isModifierDown && modifiedKey == KEY_C) {
|
||||
copyData.apply(self);
|
||||
@@ -19,4 +20,4 @@ function (copyData, RangeSelectionHelper) {
|
||||
RangeSelectionHelper.selectAll(self.slickgrid);
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user