core icon indicating copy to clipboard operation
core copied to clipboard

How can i get correct column list after i drag columns or how can i catch drag column event

Open khaitc opened this issue 6 years ago • 2 comments

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 avatar Jan 04 '20 10:01 khaitc

@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 })

Vita-Cre-M avatar Jan 10 '20 09:01 Vita-Cre-M

@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

khaled26 avatar Feb 20 '21 23:02 khaled26