Disable table styling
See original GitHub issueHello, 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:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top 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 >
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 Free
Top 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
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.
It’s working great 👍 Thanks a lot for being that fast 😉 Cheers