question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Table last column border is missing

See original GitHub issue

This behavior can been seen in both my project and the library storybook:

image

It is caused by having an additional column automatically added by the table component itself: image

<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:closed
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
stanislavgeorgievcommented, Sep 19, 2018

Submitted a new issue with carbon-components: https://github.com/IBM/carbon-components/issues/1124

0reactions
zvonimirfrascommented, Nov 1, 2018

Bumped to latest in dev dependencies. 👍

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found