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 2021/01/15 06:26:28 UTC

[GitHub] [superset] michellethomas opened a new issue #12538: Sqllab results header blocks "explore" and "csv" buttons for results with large number of columns

michellethomas opened a new issue #12538:
URL: https://github.com/apache/superset/issues/12538


   If you run a query in sqllab that returns a large number of columns, the results header shows up on top of the "explore" and "csv" buttons making them not clickable. 
   
   #### Screenshots
   ![image (4)](https://user-images.githubusercontent.com/817955/104688916-7e6c5e80-56b6-11eb-85f0-da948c7c53ae.png)
   
   #### How to reproduce the bug
   
   1. Run a select * statement on a table with 70+ columns
   2. Results header will show up on top of the action buttons and you cannot click on the buttons
   
   ### Environment
   
   - superset version: master
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version of superset.
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   


----------------------------------------------------------------
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.

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


[GitHub] [superset] betodealmeida commented on issue #12538: [Sqllab] results table overlap buttons, horizontal scroll doesn't work when column is 50+

Posted by GitBox <gi...@apache.org>.
betodealmeida commented on issue #12538:
URL: https://github.com/apache/superset/issues/12538#issuecomment-761137607


   Looks like it happen when have more than `MAX_COLUMNS_FOR_TABLE` columns (which defaults to 50), and we invoke `renderGrid` in `FilterableTable.tsx`.


----------------------------------------------------------------
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.

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


[GitHub] [superset] junlincc commented on issue #12538: [Sqllab] results table overlap buttons, horizontal scroll doesn't work when column is 50+

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #12538:
URL: https://github.com/apache/superset/issues/12538#issuecomment-761100002


   <img width="1790" alt="Screen Shot 2021-01-15 at 10 10 13 AM" src="https://user-images.githubusercontent.com/67837651/104763022-29623400-571a-11eb-877a-787c6f97d142.png">
   


----------------------------------------------------------------
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.

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


[GitHub] [superset] zuzana-vej closed issue #12538: [Sqllab] results table overlap buttons, horizontal scroll doesn't work when column is 50+

Posted by GitBox <gi...@apache.org>.
zuzana-vej closed issue #12538:
URL: https://github.com/apache/superset/issues/12538


   


----------------------------------------------------------------
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.

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


[GitHub] [superset] betodealmeida commented on issue #12538: [Sqllab] results table overlap buttons, horizontal scroll doesn't work when column is 50+

Posted by GitBox <gi...@apache.org>.
betodealmeida commented on issue #12538:
URL: https://github.com/apache/superset/issues/12538#issuecomment-761125231


   Let me take a look, I worked on the height of the results recently and might've broken this.


----------------------------------------------------------------
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.

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