Update `dvctable` style
See original GitHub issueTo match https://github.com/iterative/dvc/pull/7142 (when merged)
- Alternating background color in rows
- Use rich
box.HORIZONTALS
style (https://rich.readthedocs.io/en/stable/appendix/box.html)

Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:11 (8 by maintainers)
Top Results From Across the Web
Docs and Website | Data Version Control - DVC
Contributions can be updates to the documentation content, or (rare) changes to the JS ... Format the source code by following the style...
Read more >LG Stylo 2 V Software Update - Verizon
Get instructions on downloading the latest software update for performance improvements to your LG Stylo 2 V, including current Android security patches.
Read more >Table Service and Brunch Menus with Disney Vacation Club ...
Table Service and Brunch Menus with Disney Vacation Club Discount for Restaurants from Pop Century and Resorts in Walt Disney World. Filtering Options....
Read more >f12072.pdf - Oracle Help Center
Script Writing Style . ... Reading Ord Dvc Table . ... Updated the Using Variables chapter. Page 27. Before You Start.
Read more >Foveal Remodeling of Retinal Microvasculature in Parkinson's ...
... adjusted p = 0.004 in SVC and p = 0.014 in DVC) (Table 2). ... In a similar fashion, in both groups,...
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
Using
prismjs
, here is what I’ve been able to do so far:The only thing I couldn’t figure out how to do was coloring the header cells. We can use regex and our already made
dvctable
methods to color the header text itself. But since the new design has no lines in between the header columns, there isn’t a way to figure out where a cell starts/stops with just regex. Though if we think this is good enough, we could merge this for a first iteration 🤔 cc @iterative/websitesLooks great @julieg18 ! I think we can go ahead and merge it like this.