mistercrunch commented on code in PR #24348:
URL: https://github.com/apache/superset/pull/24348#discussion_r1227357123
##########
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:
fixing this monstruosity:
<img width="893" alt="Screen Shot 2023-06-12 at 4 47 23 PM"
src="https://github.com/apache/superset/assets/487433/ee447513-981e-48f0-bc24-90b035404fba">
--
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]