pacificclimate / plan2adapt-v2

Plan2Adapt in React, driven by CMIP5/6 backend
0 stars 0 forks source link

Summary table stripes alternate by climate variable #253

Closed QSparks closed 1 year ago

QSparks commented 1 year ago

I added a CSS class "striped-row" for table row stripes. When each table row is rendered, there is a boolean keeping track of when the climate variable changes. When it does the class is set to either the new class or left blank.

resolves #174