James Kerr

Results 217 comments of James Kerr

Initial data is there to get people up and running quickly, without writing onMove, onEdit, onCreate, onDelete... But it sounds like you need to use the data prop and manage...

This is coming in the next major version. Here's a preview from the docs... It's important to note that tree data can come in many shapes and sizes. However, they...

The next version will allow keyboard navigation to be overridden very easily.

@mohsenomidi yes, the next version will support RTL.

@ben-hearn-sb I do need some sort of migration guide. I would also like a compatibility component so it doesn't completely break if people upgrade. For example, the component is what...

Very cool! Thank you.

https://github.com/brimdata/react-arborist/issues/310#issuecomment-2950425876

Yes, that's what needs to happen.

Can you post the code that's not working? If it's a ref, you may need to `tree.current.createLeaf()`. Also, if you're using the `data` prop. you'll need to have an `onCreate`...

@hilmanauz You can always intercept the onKeyDown event in your RowRenderer and call `e.stopPropagation()`. That's a workaround for today.