I want to create editable cell with datatype boolean.
I don't want to use selectioncell for boolean data type
My testBooleanColumn column's cell contains string with value true,false..........
when I will click on cell present in testBooleanColumn then that cell should be editable and In that editable cell I want to show selection cell with value(true,false). when user changes value from selectioncell either true or false that value set to editable cell in testBooleanColumn
How to do this? any hint ? or sample code for this use case ?