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

colspan support in renderDataTable #582

Closed
stanstrup opened this issue Sep 3, 2014 · 3 comments
Closed

colspan support in renderDataTable #582

stanstrup opened this issue Sep 3, 2014 · 3 comments

Comments

@stanstrup
Copy link

stanstrup commented Sep 3, 2014

It would be nice to be able to to produce tables like this: https://datatables.net/examples/basic_init/complex_header.html

posted here: https://groups.google.com/forum/#!topic/shiny-discuss/OQ1MNRgItn4
and here: http://stackoverflow.com/questions/24653641/is-colspan-with-renderdatatable-possible-in-shiny

@HermanSontrop
Copy link

I would like too see this too! Both rowspan and colspan would be a great added value I feel, especially for more complex tables built on the output of e.g reshape2.

@yihui
Copy link
Member

yihui commented Nov 27, 2014

I'm not sure if I will do it in shiny or another package, but I'll certainly do it. I'll let you know once it is done. Thanks!

@HermanSontrop
Copy link

that would be great! One instance in which such functions would be a warm
welcome is in generating pivot tables, for instance by by combining dplyr
with reshape2 on dataframe summarizations. In such a scenario you really
would like to be able to create row and column spanning labels to annotate
the groups and overall structure. Even though not related, the ability to
highlight specific cells by a color based on a value in the data would also
greatly improve what you can do with datatables.

best H

On Thu, Nov 27, 2014 at 6:42 PM, Yihui Xie notifications@github.com wrote:

I'm not sure if I will do it in shiny or another package, but I'll
certainly do it. I'll let you know once it is done. Thanks!


Reply to this email directly or view it on GitHub
#582 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants