Skip to content

Clicking on columns #5

@Chadtech

Description

@Chadtech

There should be a way to add event handlers to columns, otherwise you have to wrap everything in a div that only exists for that purpose.

    Grid.column
         []
         [ div [ Html.Events.onClick Clicked ] whatYouReallyWantedToRender ] ]

I am thinking an api like

    Grid.column [] []
        |> Grid.onClick Clicked
        |> Grid.on "mouseup" MousedUp

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