react-scheduler
react-scheduler copied to clipboard
Multiple selection of columns or rows
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
@aldabil21 Do you have any idea how this feature can be implemented?
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
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.
@aldabil21 I have not been able to make this feature even with your recommendations