Table last column border is missing
See original GitHub issueThis behavior can been seen in both my project and the library storybook:
It is caused by having an additional
<th [ngStyle]="{'width': scrollbarWidth + 'px', 'padding': 0, 'border': 0}">
<!--
Scrollbar pushes body to the left so this header column is added to push
the title bar the same amount and keep the header and body columns aligned.
-->
</th>
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Table last column border is missing · Issue #54 - GitHub
This behavior can been seen in both my project and the library storybook: It is caused by having an additional column automatically added...
Read more >Bottom table border not showing when last row and previous ...
My problem is that the bottom border of table is not showing completely. Note that I can't change style from double to solid...
Read more >Last-Row Border Formatting - Word Ribbon Tips
Make sure the Table Design tab of the ribbon is displayed. Click the down-arrow below the Borders tool (in the Borders Group) and...
Read more >Microsoft Word Table Gaps (Missing Cell Corners)
All righthand cells are missing their right top and bottom corners where the column border should meet with the row border. This same...
Read more >Why Cell Borders Disappear When Hiding Rows & Columns + ...
Bottom line: Learn why the cell borders disappear when hiding or collapsing rows and columns, and how to fix it. Plus video tutorial....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Submitted a new issue with carbon-components: https://github.com/IBM/carbon-components/issues/1124
Bumped to latest in dev dependencies. 👍