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.

Disable table styling

See original GitHub issue

Hello, Is there a workaround to disable default table styling ?

It’s currently set with

:host {
  #{'/deep/'} {

which makes difficult to override style.

Do I have to override default table renderer with custom class (a little bit dirty) ?

Thanks,

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jfcerecommented, Oct 10, 2018

Alright, I tried and couldn’t override the default styling easily either.

I’ll try to take a look at this tonight but I guess the only solution would be to remove default styling … maybe providing CSS classes for default styling could be a workaround for those who were using it because this would be a breaking change.

0reactions
tmeghecommented, Oct 12, 2018

It’s working great 👍 Thanks a lot for being that fast 😉 Cheers

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to remove table formatting in Excel - Ablebits
How to remove table formatting in Excel · Select any cell in your table. · On the Table Design tab, in the Table...
Read more >
How to remove all inherited CSS formatting for a table?
Try this. From Eric Meyer's Reset CSS table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline:...
Read more >
How to Remove Table Formatting in Excel (Easy Guide)
Delete the Table · Select the entire Excel table · Click the Home tab Click the Home tab · Click on Clear (in...
Read more >
How To Disable Automatic Table Styling? - Support - Kriesi.at
Hello,. Can you please tell me how to get rid of the automatic table styling? I don't like how the theme automatically adds...
Read more >
disabled - CSS: Cascading Style Sheets - MDN Web Docs
The :disabled CSS pseudo-class represents any disabled element. An element is disabled if it can't be activated (selected, clicked on, ...
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