We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
It should be useful for my use case to put a css class or/and css styles directly to the <div class="tree-node"> element.
<div class="tree-node">
Should it be possible to add a prop to the Draggable component, something like:
<Draggable :items="items" text-key="text" style-key="style" css-key="css" />
const items = [ { text: 'test 1', style: { backgroundColor: 'red' }, css: 'some-class-1' }, { text: 'test 2', style: { backgroundColor: 'green' }, css: 'some-class-2' } ]
Thanks
The text was updated successfully, but these errors were encountered:
https://hetree.phphe.com/v2/api#stat, you need use https://hetree.phphe.com/v2/api#stathandler, to set stat.style from your node data
stat.style
Sorry, something went wrong.
Working like a charm, thanks!
No branches or pull requests
Hi,
It should be useful for my use case to put a css class or/and css styles directly to the
<div class="tree-node">
element.Should it be possible to add a prop to the Draggable component, something like:
Thanks
The text was updated successfully, but these errors were encountered: