Skip to content

Request: Define Row Groups Based on an Existing Column #50

@kputschko

Description

@kputschko

Hey there, this package looks promising. It would be nice to have an automatic definition of how row groups should be defined based on the values of a column, instead of:

tableHTML(mtcars, 
          row_groups = list(c(10, 10, 12), c('Group 1', 'Group 2', 'Group 3')),

I'd like to write:

tableHTML(mtcars, 
          row_groups = "cyl"),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions