We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in orderChange I get next
[ { height:252, id:9, order: 1, width: 148, >>want here add parameter - name: 'some name from tag pane ', } { height:252, id:12, order: 2, width: 148, } {...} ]
my Pane
<Pane data-id = {key.name} key = {index} className = 'column' isResizable = {{x: false, y: false, xy:false}} name = {key.name} width = {148} height = '100%' id = {key.id}> <div className='table_head'> {language_variant[key.name]} </div> <div className='table_content'> </div> </Pane>
The text was updated successfully, but these errors were encountered:
@VaskaDogana Thanks for your report. It is not able to pass data-xxx to Pane directly now. I'm gonna fix it.
data-xxx
Pane
Sorry, something went wrong.
Thank you, please write here when it will be fixed
No branches or pull requests
in orderChange I get next
my Pane
The text was updated successfully, but these errors were encountered: