Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix slick grid index column background in Fast Templates #2615

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

MarcSkovMadsen
Copy link
Collaborator

Fixes #2613, I.e. gives the index column the right background color in Fast Templates when using dark theme

image

Still looks fine in default theme

image

import panel as pn

pn.extension()

import numpy as np
import holoviews as hv

from holoviews import opts, streams
from holoviews.plotting.links import DataLink

hv.extension('bokeh')
curve = hv.Curve(np.random.randn(10).cumsum()).opts(responsive=True, line_width=6)
table = hv.Table(curve).opts(editable=True)
component=pn.pane.HoloViews(table, height=500, sizing_mode="stretch_both")
pn.template.FastListTemplate(title="Table", main=[component]).servable()

@MarcSkovMadsen MarcSkovMadsen added this to the v0.12.1 milestone Aug 4, 2021
@philippjfr philippjfr merged commit 4429e31 into master Aug 4, 2021
@philippjfr philippjfr deleted the fix-slick-grid branch August 4, 2021 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Index column of slickgrid in Fast template, dark theme is not styled
2 participants