geido edited a comment on issue #15935:
URL: https://github.com/apache/superset/issues/15935#issuecomment-897699534


   @junlincc unfortunately only some of the asks in this issue are feasible 
without an extensive refactor of the tables throughout the whole project. I 
will create separate PRs with what I can achieve without having to rewrite them 
entirely.
   
   In fact, in order to stop the scrollbar from appearing over the sticky 
header, a complete refactor of the tables will be required. That behavior is 
standard in the HTML tables with sticky headers.
   
   One existing example where the scrollbar isn't appearing over the header is 
the "Table" chart as you correctly mentioned. The "Table" chart comes with a 
fully custom implementation of the table. Attempts to reproduce the same custom 
structure over the other table components have failed due to requiring 
excessive refactor. 
   
   Going forward it would make sense to explore the possibility of a full 
refactor and share the same table component throughout the project. I could 
spot at least 4 different implementations of the table so far.


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

Reply via email to