Skip to content

Add class-based rows selected method #1120

@gshotwell

Description

@gshotwell

We want to have a method for getting the selected rows from a data frame. This will help with discoverability over the current implementation.

Current

ui.output_data_frame("my_df")
input.my_df_selected_rows()

Future

my_df.input_selected_rows()

Possible future methods

my_df.update_selected_rows
my_df.input_data_selected()
my_df.update_cell()
my_df.update_row()
my_df.input_cell()

Metadata

Metadata

Assignees

No one assigned

    Labels

    data frameRelated to @render.data_frame

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions