Samuel Arbibe
Samuel Arbibe
Hey guys! You can check out my fork: https://github.com/samuelarbibe/table That fixes column resizing according to an added `rtl` option. To make column resizing work in an `rtl` context, you need...
Hey! I have resolved to making my own forked library and using it, because I didn’t find a nice enough solution worthy of a PR.
Hey! just submitted a PR to add support for RTL column resizing. check it out: #5192
Hey! The library isn't responsible for rendering - so you can basically do anything you want (As long as you have rows and items of some shape, of course). Luckily,...
Hey! Please make sure you are using the `useItem` hook and not the regular `useDraggable` hook. Please update if you have further problems! 💪
Hey ayala! Please provide the source code so that I can help with it. Anyway, I suggest looking at the documentation here: https://samuel-arbibe.gitbook.io/dnd-timeline/documentation/timelinecontext#event-handlers Please notice this part: > Do not...
Hey! not yet. Not satisfied with the solution I came up with. Will update when I find a better solution :)
Hey! A bit late, but progress update: https://dnd-timeline-lines.vercel.app Managed to get it working, but I had to use rendering. Not too heavy performance-wise. Will go over it on the weekend...
Hey! Will take a look on the weekend :)
> I would rather allow the custom modifiers from user to inject into the timeline context if possible. something like these. > > user can create modifiers based on experience....