mistercrunch commented on code in PR #24348:
URL: https://github.com/apache/superset/pull/24348#discussion_r1227356915
##########
superset-frontend/src/components/Datasource/CollectionTable.tsx:
##########
@@ -311,6 +320,25 @@ export default class CRUDCollection extends
React.PureComponent<
return <Icons.Sort onClick={this.sortColumn(col, 1)} />;
}
+ renderTH(col: string, sortColumns: Array<string>) {
+ const tooltip = this.getTooltip(col);
+ return (
+ <th key={col} className="no-wrap">
Review Comment:
no-wrap is the real mvp I snuck into this PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]