Add onClick event listener when column is selected

0
Hello, I would like to know how can I add the listener on column check box in datagrid2? for eg: here in my case I want to call microflow/nanoflow on click on column IS_ACTIVE check box. IS_ACTIVE is the column from column selector.   The reason I want this is, I want to save this column selection in my profile immediately when column is selected instead of saving when page is closed.    
asked
1 answers
0

Hi,

I am not sure but i think you want to call nanoflow/microflow when you click on check box.

Double click on the checkbox -> events ->call your microflow/nanoflow on ‘onChange’ .

answered