ThomasSiegmund / D3TableFilter

A table widget based on Max Guglielmi's "HTML Table Filter Generator" and D3.js
Other
65 stars 17 forks source link

ctrl + click doesn't work for mac systems #14

Open arifyali opened 7 years ago

arifyali commented 7 years ago

ctrl + click doesn't have allow for the same functionality on Mac as on window. I attempted this on the multiple row selection. cmd + click would be the alternative option for a mac but that doesn't seem to work.

arifyali commented 7 years ago

ah I found that this is an issue solely due to the Mac OS. https://github.com/Leaflet/Leaflet.Editable/issues/34 This still presents a problem, so implementation of cmd + click for Mac OS would be ideal