JuliaComputing / TableView.jl

A Tables.jl compatible table viewer based on ag-grid
Other
101 stars 13 forks source link

javascript callback to get current selection of rows #94

Open schlichtanders opened 3 months ago

schlichtanders commented 3 months ago

Hi there, it would be great if this could be the default TableView.jl for Pluto as well.

There it is great if one could access the selected rows (and columns) via Pluto's reactivity. For this to work, just a javascript callback would be needed which is triggered everytime the selection changes.

pfitzseb commented 3 months ago

Should be doable for row selection, anything else is probably not possible with ag-grid community.