diff --git a/packages/code-studio/src/settings/ColumnSpecificSectionContent.tsx b/packages/code-studio/src/settings/ColumnSpecificSectionContent.tsx index 525af78bf9..802e9e43de 100644 --- a/packages/code-studio/src/settings/ColumnSpecificSectionContent.tsx +++ b/packages/code-studio/src/settings/ColumnSpecificSectionContent.tsx @@ -614,10 +614,9 @@ export class ColumnSpecificSectionContent extends PureComponent< return (
-
Default formatting for matched column names
- Applies a formatting rule to all columns that match a specified name - and type. + Customize the formatting of table columns by applying rules based on + matching both a column name and column type.
-
Default formatting for column types
- Applies a formatting rule to all columns of a set type. + Choose the default formatting rule to apply to all table columns + based on their type.
)} diff --git a/packages/iris-grid/src/sidebar/SelectDistinctBuilder.tsx b/packages/iris-grid/src/sidebar/SelectDistinctBuilder.tsx index ccee5af7f3..69b96081d6 100644 --- a/packages/iris-grid/src/sidebar/SelectDistinctBuilder.tsx +++ b/packages/iris-grid/src/sidebar/SelectDistinctBuilder.tsx @@ -161,12 +161,9 @@ class SelectDistinctBuilder extends Component<
- Modifies a table to show unique value from a column, same as{' '} - - selectDistinct("Column") - - . Filters will be reset and the resulting table will contain only - the selected columns above. + Display only unique values from the selected table columns. Note + that this will reset any filters and display only the selected + columns.