Skip to content

Clicking twice in the same cell doesn't generate click events. #4

@geislermc

Description

@geislermc

Hi!
First of all, thanks for the slickgrid implementation for streamlit. Really neat component!

I'm having trouble allowing users to click more than once in the same cell.
For some reason, the key created in the session_states doesn't receive the same name. One is the key I wish to add, but the other one has a prefix -streamlit-slickgrid-.

To replicate the issue I'm having you can open the test page https://slickgrid.streamlit.app/ and try this:

  1. Chose a cell and click it. It will then display the dialog
  2. Close the dialog
  3. Click the same cell again (no dialog is displayed)

In the same session, you can only click it once and you need to refresh the page if you want to click it again.

Let me know if you need any more information about the problem.
Thanks!

Geisler

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions