You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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
})
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
The text was updated successfully, but these errors were encountered: