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

Show table index when selecting cells! #79

Open
ivanalaman opened this issue Aug 28, 2020 · 1 comment
Open

Show table index when selecting cells! #79

ivanalaman opened this issue Aug 28, 2020 · 1 comment
Labels
Feature Request New feature or request good first issue Good for newcomers hacktoberfest

Comments

@ivanalaman
Copy link

Dear,

Congratulations on the package. I would like to know if it is possible to return the table index when the user selects a certain cell. Suppose the user wants to merge columns 1 and 2 of row 1. So, I need to know these indexes when the user selects such cells.

Thank you.

@Swechhya Swechhya added Feature Request New feature or request good first issue Good for newcomers labels Oct 1, 2020
@mmoisse
Copy link

mmoisse commented Oct 2, 2020

Maybe you could use get_selected_data_boundary(input$table) ? You first need to define that you are interested in it excelTable(DF, getSelectedData=T)

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