Skip to content

Editable Dataframe - feature requests and bugs #1268

@karangattu

Description

@karangattu

Find below all the feature requests for future releases of editable dataframes

  • Allow users to use Shift Key + multiple rows to highlight multiple rows when row_selection is configured to be multiple
  • During edit mode, py-shiny should perform validation when user attempts to enter data that conflicts with the data type of the column in question.
  • Allow users to move columns around for ease of use or better readability when working with dataframes
  • Option for users to use pagination i.e. show 10, 25 or 50 entries in the table instead of infinite scroll if the data is being populated by calling an API.
  • Allow users to undo or redo the changes made to a cell.
  • Color in darkly mode is subtle and user might not recognize the highlighted cells.
  • Have a way where users can move between different cells without editing each cell. In short when user clicks on a cell, do not turn on editing, only when user presses return/Enter key or double click on the cell.
  • Hitting tab currently allows to shift focus to the next cell on the right in the same row. When it reaches end of line for that row, hitting Tab should allow to switch to the first cell in the next row.
  • Allow copying across multiple cells by either dragging the selected cell or pasting when a selected row is in focus.

Find below all the issues found during the initial exploratory testing of editable dataframes

Metadata

Metadata

Assignees

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