[PR #371] [MERGED] feat(plugin-data-spreadsheet-new): CB-764 add readonly indication for… #1644

Closed
opened 2026-03-07 21:05:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/371
Author: @devnaumov
Created: 5/26/2021
Status: Merged
Merged: 5/28/2021
Merged by: @Wroud

Base: develHead: feat/readonly-resultset


📝 Commits (2)

  • 9857104 feat(plugin-data-spreadsheet-new): CB-764 add readonly indication for table and columns
  • ed963b6 feat(plugin-data-spreadsheet-new): CB-764 show readonlyStatus if presented

📊 Changes

9 files changed (+90 additions, -32 deletions)

View changed files

webapp/packages/core-app/public/icons/lock.png (+0 -0)
📝 webapp/packages/core-sdk/src/queries/grid/getSqlExecuteTaskResults.gql (+1 -0)
📝 webapp/packages/core-sdk/src/sdk.ts (+1 -0)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/TableColumnHeader/TableColumnHeader.tsx (+53 -30)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/TableColumnHeader/TableIndexColumnHeader.tsx (+29 -2)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/TableDataContext.ts (+1 -0)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/useTableData.ts (+3 -0)
📝 webapp/packages/plugin-data-spreadsheet-new/src/locales/en.ts (+1 -0)
📝 webapp/packages/plugin-data-spreadsheet-new/src/locales/ru.ts (+1 -0)

📄 Description

… table and columns


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dbeaver/cloudbeaver/pull/371 **Author:** [@devnaumov](https://github.com/devnaumov) **Created:** 5/26/2021 **Status:** ✅ Merged **Merged:** 5/28/2021 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `feat/readonly-resultset` --- ### 📝 Commits (2) - [`9857104`](https://github.com/dbeaver/cloudbeaver/commit/985710466fb2f19a550795d7380fea78b51f361d) feat(plugin-data-spreadsheet-new): CB-764 add readonly indication for table and columns - [`ed963b6`](https://github.com/dbeaver/cloudbeaver/commit/ed963b670028bde989468081b3a0f1256cfba119) feat(plugin-data-spreadsheet-new): CB-764 show readonlyStatus if presented ### 📊 Changes **9 files changed** (+90 additions, -32 deletions) <details> <summary>View changed files</summary> ➕ `webapp/packages/core-app/public/icons/lock.png` (+0 -0) 📝 `webapp/packages/core-sdk/src/queries/grid/getSqlExecuteTaskResults.gql` (+1 -0) 📝 `webapp/packages/core-sdk/src/sdk.ts` (+1 -0) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/TableColumnHeader/TableColumnHeader.tsx` (+53 -30) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/TableColumnHeader/TableIndexColumnHeader.tsx` (+29 -2) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/TableDataContext.ts` (+1 -0) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/useTableData.ts` (+3 -0) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/locales/en.ts` (+1 -0) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/locales/ru.ts` (+1 -0) </details> ### 📄 Description … table and columns --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 21:05:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1644
No description provided.