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

apply styling to entire row or column #74

Open
jaracklawrence opened this issue Jun 18, 2020 · 2 comments
Open

apply styling to entire row or column #74

jaracklawrence opened this issue Jun 18, 2020 · 2 comments
Labels
Feature Request New feature or request good first issue Good for newcomers hacktoberfest

Comments

@jaracklawrence
Copy link

This is a wonderful package, I'm really enjoying exploring all of its features and how it can improve my shiny apps.

With regards to styling (described here https://swechhya.github.io/excelR/#style ) is it possible to apply style to an entire row, or an entire column (as opposed to one cell at a time).

I may have rather large tables and writing hundreds of rows of the same style setting will be tedious. (eg. A1 =, A2 =, A3 =, A4 =, A5= ..... A301 =, A302 =, etc)

Preferred solution for column:
style = list(A:A='background-color:orange; color:green;'')

Preferred solution for row:
style = list(11:11='background-color:orange; color:green;'')

Preferred solution for range:
style = list(A1:D4='background-color:orange; color:green;'')

Many thanks

:)

@Swechhya
Copy link
Owner

Swechhya commented Jul 7, 2020

@jaracklawrence I'll add this as a feature request to be developed in the upcoming version. Thanks!

@Swechhya Swechhya added the Feature Request New feature or request label Jul 7, 2020
@ipignate
Copy link

I wanted to do the same, but ended up embedding a callback javascript function that makes the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants