kgabryje commented on pull request #10982:
URL: 
https://github.com/apache/incubator-superset/pull/10982#issuecomment-696536022


   > Is it possible to get rid of the blank row and extra horizontal gray line 
at the top of the list?
   > 
   > 
![Pasted_Image_9_21_20__3_22_PM](https://user-images.githubusercontent.com/812905/93827525-47150600-fc1e-11ea-95ed-13e36dfb517f.png)
   
   That is a strange behaviour of DataTable with `sticky` param - for some 
reason it wraps `<thead>` and `<tbody>` in separate `<table>` tags, and table 
has margin bottom set. That happens in `StickyWrap` component in 
`superset-ui/plugins/plugin-chart-table/src/DataTable/hooks/useSticky.tsx` 
file. I'll try to figure out how to prevent it.


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to