Tim Shnaider
Tim Shnaider
@elhigu Ok another lazy screenshot and a tighter description. This is only about the DEBUG output. I'm using Objection js. As you can see in the screenshot, Objection debug above...
Going by https://github.com/visionmedia/debug#formatters, you just need to replace '%' with '%%' before you send it to debug
Try this. The BrowserWindow options are out of date, this module was made ages ago. You only need to call getAccessToken() as it already calls getAuthorizationCode(). You need to hook...
Bugger! This is a delightful easy to use library, dnd-kit is complicated and buggy.
@ValentinH is this discussion helpful? https://github.com/TechStark/react-dnd-scrolling/issues/5 I won't be able to try a PR for a week or so, so if someone wants to have a go.
> If i pay you, @ValentinH ,how much would you want to add this feature?) I really dont want to work with DnD Have a look at https://github.com/tajo/react-movable
There are some tree related values in the args passed to childComponent functions. You can add a custom class or attribute for css using elementAttributes
How using the rowData.id and rowData.treeGroupId some how in custom data-[xxx] attributes in elementAttributes() ? Figure out some logic that makes sense
You probably just have to add the root/parent id to all chlld rows data and track index for odd/even.
I was curious so I had a look at your example - you should strip the code down to minimum and then add things back e.g. custom editor, as it...