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 can i get correct column list after i drag columns or how can i catch drag column event #818

Open
khaitc opened this issue Jan 4, 2020 · 2 comments

Comments

@khaitc
Copy link

khaitc commented Jan 4, 2020

Same as the title . i want to get correct column list after i drag column to swap column position and i want to trigger some action after i drag column. how can i do it ? thanks

@Vita-Cre-M
Copy link

@khaitc
grid.behavior.cloumns gets current column list .

you can add event 'fin-column-changed-event' listener to trigger your action
just like:
grid.addEventListener('fin-column-changed-event',()=>{
//to do
})

@khaled26
Copy link

@CharLee-ch
hello , this listener is not working for me .. do i need to add anything else ? the version i am using is 3.3.2

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

No branches or pull requests

3 participants