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