Skip to content

feat(plugin-data-spreadsheet-new): CB-764 add readonly indication for…#371

Merged
Wroud merged 2 commits intodevelfrom
feat/readonly-resultset
May 28, 2021
Merged

feat(plugin-data-spreadsheet-new): CB-764 add readonly indication for…#371
Wroud merged 2 commits intodevelfrom
feat/readonly-resultset

Conversation

@devnaumov
Copy link
Copy Markdown
Member

… table and columns

@devnaumov devnaumov requested a review from Wroud May 26, 2021 14:41
Comment on lines +87 to +88
const readOnlyStatus = readOnly && column?.readOnlyStatus ? `(Read-only: ${column.readOnlyStatus})` : '';
const columnTooltip = `${columnName}${column?.fullTypeName ? ': ' + column.fullTypeName : ''} ${readOnlyStatus}`;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

show readOnlyStatus if it is presented, the only icon should be shown if the table not in read-only mode

width: 8px;
height: 8px;
border-radius: 50%;
background-color: #e28835;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move it to _base-react-grid.scss

@Wroud Wroud merged commit be25c88 into devel May 28, 2021
@devnaumov devnaumov deleted the feat/readonly-resultset branch June 1, 2021 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants