mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 17:22:42 -05:00
table cell selection improvement (#20854)
* Support SHIFT key for table cell selection * fix for mac * PR comment
This commit is contained in:
@@ -392,7 +392,7 @@ export class EditDataGridPanel extends GridParentComponent {
|
||||
let maxHeight = this.getMaxHeight(resultSet.rowCount);
|
||||
let minHeight = this.getMinHeight(resultSet.rowCount);
|
||||
|
||||
let rowNumberColumn = new RowNumberColumn({ numberOfRows: resultSet.rowCount });
|
||||
let rowNumberColumn = new RowNumberColumn();
|
||||
|
||||
// Store the result set from the event
|
||||
let dataSet: IGridDataSet = {
|
||||
|
||||
Reference in New Issue
Block a user