Jérémie Ledentu

Results 29 comments of Jérémie Ledentu

@JEK58 No, sorry I didn't found time to work on this. :( I think that the library should handle a timezone option natively

> But as you see the y axes starts at 0 and ends at 300. When I zoom in I get something like 258.2342353453 . But I want to zoom...

As @kylelawson6 and @hodbauer explained, I think that this feature can be implemented pretty easily outside of the plugin and shouldn't be added in the core of this plugin (it...

Hi! I didn't met this use case personally, but that sounds interesting.

@harloveleenKaur Using a return statement doesn't work. A `return` in the iteratee doesn't break the loop. But you're right about throwing an error: ```js try { worksheet.eachRow({ includeEmpty: false },...

Hi, thanks for your suggestion. I plan to implement this feature.

Hi, the `itemComponent` prop allows to pass a custom component for items. Your custom component could handle this context menu or + button that would trigger the creation of a...

Hi! Thank you! I appreciate your feedback. No, the `move` event doesn't provide a way to cancel a drop that happened. But the `canDrop` prop allows to prevent the `dragOver`...

Hi @cr0wg4n, thanks for your pull request! I understand what you need. The problem is that your PR introduces a breaking change, since the behaviour you implemented is different than...

> "I want to keep checkboxes on parent items by default", thats the problem for this solution right? and well, another component sounds very good and scalable, honestly I don't...