mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 13:46:02 +03:00
[PR #272] [MERGED] feat(plugin-data-speadsheet-new): CB-652 CB-654 add sort and copy fun… #1576
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#1576
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dbeaver/cloudbeaver/pull/272
Author: @devnaumov
Created: 1/26/2021
Status: ✅ Merged
Merged: 1/27/2021
Merged by: @Wroud
Base:
devel← Head:feat/grid-sort-and-copy📝 Commits (4)
0be7230feat(plugin-data-speadsheet-new): CB-652 CB-654 add sort and copy functionality in new grid1de5d76feat(plugin-data-speadsheet-new): CB-652 CB-654 changed selection map structure3203b2afeat(plugin-data-speadsheet-new): CB-652 CB-654 changed column.idx to column.key734896afeat(plugin-data-speadsheet-new): CB-652 CB-654 remove unnecessary set call📊 Changes
15 files changed (+669 additions, -36 deletions)
View changed files
➕
webapp/packages/core-utils/src/copyToClipboard.ts(+23 -0)📝
webapp/packages/core-utils/src/index.ts(+1 -0)➕
webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/CellFormatter/CellFormatter.tsx(+17 -0)➕
webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/CellRenderer/CellRenderer.tsx(+41 -0)➕
webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridContext.ts(+18 -0)📝
webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridLoader.tsx(+5 -5)➕
webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridSelection/DataGridSelectionContext.ts(+17 -0)➕
webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridSelection/useGridSelectionContext.tsx(+164 -0)➕
webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridSorting/DataGridSortingContext.ts(+21 -0)➕
webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridSorting/useGridSortingContext.tsx(+56 -0)📝
webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridTable.tsx(+52 -23)➕
webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridTableContainer.tsx(+95 -0)➕
webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/RowRenderer/RowRenderer.tsx(+18 -0)➕
webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/TableColumnHeader/TableColumnHeader-new.tsx(+137 -0)📝
webapp/packages/plugin-data-spreadsheet-new/src/SpreadsheetGrid.tsx(+4 -8)📄 Description
…ctionality in new grid
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.