Selectable checkbox in Power Table

I am using a Power Table component, in which I am reading the data from a .csv file. One of the rows in the .csv file is boolean (“B”). I have ticked “Boolean?” row for this colums in table customiser, so the check box appears in that column when data from .csv file is loaded in the table.

I want to make this check box user selectable so that user can change its value by ticking/unticking the check box. So far I have not been able to do that.

Would Appreciate your help. Thanks in advance.

Make the column editable.
Then uncomment the code in the onCellEdited extension function.

Thanks a Lot! :smiley: