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-unsubscr...@superset.apache.org

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



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

Reply via email to