gzimbron / svelte-datagrid

MIT License
10 stars 0 forks source link

Add rowClick or rowDblClick event #36

Closed lairdresearch closed 4 months ago

lairdresearch commented 5 months ago

Describe the feature in detail (code, mocks, or screenshots encouraged)

Similar to the tabulator-tables library, adding these events so that when a row is clicked, it triggers an event with the selected row's data added.

What type of pull request would this be?

Enhancement

Provide relevant links or additional information.

No response

gzimbron commented 4 months ago

Thanks for the suggestion, I added these events to rows on v0.4.0! 🚀