core
core copied to clipboard
How can i get correct column list after i drag columns or how can i catch drag column event
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
@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 })
@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