Skip to content

Commit

Permalink
feat(Sqllab): Enabling selection and copying of columns and rows in s…
Browse files Browse the repository at this point in the history
…ql lab and dataset view (apache#31602)
  • Loading branch information
samraHanif0340 authored Jan 7, 2025
1 parent d68f8d1 commit 7f72b06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion superset-frontend/src/components/Table/VirtualTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const StyledTable = styled(AntTable)<{ height?: number }>(
th.ant-table-cell {
font-weight: ${theme.typography.weights.bold};
color: ${theme.colors.grayscale.dark1};
user-select: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down
2 changes: 0 additions & 2 deletions superset-frontend/src/components/Table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,12 @@ const StyledTable = styled(AntTable)<{ height?: number }>(
th.ant-table-cell {
font-weight: ${theme.typography.weights.bold};
color: ${theme.colors.grayscale.dark1};
user-select: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ant-table-tbody > tr > td {
user-select: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit 7f72b06

Please sign in to comment.