Skip to content

Conversation

@schloerke
Copy link
Collaborator

@schloerke schloerke commented Mar 26, 2024

class DataGrid():
    def __init__(
        ....
        editable: bool = False,
        selection_mode: Literal["none", "row", "rows"] = "none",
        ....
class DataGrid():
    def __init__(
        ....
        editable: bool = False,
        selection_mode: Literal["none", "row", "rows"] = "none",
        ....

... with room to grow with "col", "cols", and "rect".

* main:
  feat: Create `Session.set_message_handler(name, handler)` (#1253)
  Fix input name
  Enable error console when running locally. (#1060)
  test: Update test to use variable, not capture stdout (#1236)
@schloerke schloerke requested a review from wch March 27, 2024 21:11
@schloerke schloerke marked this pull request as ready for review March 27, 2024 21:12
@schloerke schloerke mentioned this pull request Mar 28, 2024
72 tasks
* main:
  test(CI): Add merge queue support for faster PR testing (#1265)
  fix(panel_conditional): Include `.shiny-panel-conditional` class (#1257)
Copy link
Collaborator

@wch wch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few comments. Note that I feel strongly about the argument name, but the other stuff isn't as important.

@schloerke schloerke requested a review from wch April 1, 2024 19:12
@schloerke
Copy link
Collaborator Author

Going to merge. Any changes can be made in a followup PR 😄

@schloerke schloerke added this pull request to the merge queue Apr 2, 2024
Merged via the queue into main with commit 9570af4 Apr 2, 2024
@schloerke schloerke deleted the split_df_mode branch April 2, 2024 13:45
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

Successfully merging this pull request may close these issues.

3 participants