-
Notifications
You must be signed in to change notification settings - Fork 46
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
styling collapsable labels #20
Comments
@zam6ak Thanks for your feedback :) One of Please check and confirm if the changes are fine. |
Feature incorporated into Version 1.1.1 |
@nagarajanchinnasamy I think the label should be wrapped in span element and then that span should be either collapsed or expanded. Right now, on tall columns, entire cell is click-able (with pointer: cursor). |
@nagarajanchinnasamy Also, may be usefull to add some notes to new CSS file about interference with Heatmap renderer...This is what I have:
|
@zam6ak Thanks for the feedback. Yes I deliberately left the whole cell clickable so that users don;t have to exactly place the mouse on the label to click. Hope that;s more convenient!!! Also I will add the notes to CSS on interference with heatmap renderer. Thanks :) |
I would like to add
cursor: pointer
to row and column labels that are collapsible.But classes alone do not differentiate between collapsible vs non-collapsible columns and rows.
At least not that I can see (e.g. classes
pvtRowLabel
andpvtAxisLabel
)Is there a way to accomplish this?
The text was updated successfully, but these errors were encountered: