react-scheduler icon indicating copy to clipboard operation
react-scheduler copied to clipboard

Multiple selection of columns or rows

Open javargasm opened this issue 2 years ago • 4 comments
trafficstars

Hello, thanks for your great calendar library, I have tried it and something that could be improved a lot is the possibility of selecting a range of hours vertically and a range of dates horizontally

javargasm avatar Aug 16 '23 23:08 javargasm

@aldabil21 Do you have any idea how this feature can be implemented?

javargasm avatar Sep 14 '23 21:09 javargasm

Whats onthe top of my mind initially, I would replace the onClick of the Cell to open the editor, with a compination of pointerDown, pointerEnter and pointerUp , on pointerUp, I would calculate the selected cells time range.

Sorry I haven't been able to dig into this so far

aldabil21 avatar Sep 15 '23 07:09 aldabil21

Hi there! First of all @aldabil21 thanks for this amazing calendar library, this feature is really helpful, most of calendar libraries have this feature, so I really hope this one can be develop very soon! Thanks @javargasm for submitting it.

jhcanonn avatar Sep 15 '23 17:09 jhcanonn

@aldabil21 I have not been able to make this feature even with your recommendations

javargasm avatar Nov 06 '23 15:11 javargasm