You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/03/03 21:23:40 UTC

[GitHub] [superset] prosdev0107 commented on a change in pull request #18822: fix(altered-modal): make all text fields wrap

prosdev0107 commented on a change in pull request #18822:
URL: https://github.com/apache/superset/pull/18822#discussion_r819073166



##########
File path: superset-frontend/src/components/TableCollection/index.tsx
##########
@@ -31,6 +31,7 @@ interface TableCollectionProps {
   columns: TableInstance['column'][];
   loading: boolean;
   highlightRowId?: number;
+  columnsForWrapText?: any[];

Review comment:
       I tired it with **string** type but it gave the type issue to me even though type of cloum.Header value is **string**.
   And so I had used to use **any** type.




-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org