Skip to content
New issue

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

How add key name into array what we get in orderChange? #108

Open
VaskaDagamas opened this issue Oct 11, 2017 · 2 comments
Open

How add key name into array what we get in orderChange? #108

VaskaDagamas opened this issue Oct 11, 2017 · 2 comments

Comments

@VaskaDagamas
Copy link

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>
@bokuweb
Copy link
Owner

bokuweb commented Oct 11, 2017

@VaskaDogana Thanks for your report. It is not able to pass data-xxx to Pane directly now. I'm gonna fix it.

@VaskaDagamas
Copy link
Author

Thank you, please write here when it will be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants