-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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" MousedUpMetadata
Metadata
Assignees
Labels
No labels