in Angular UI Grid there is a selection plugin which can be easily enabled and configured.(enableRowSelection,enableSelectAll,...) What would be the easiest way to have a second selection column (to check/select another criteria per row)? Do I need to add an additional column and implement all the logic on my own, or is there a simple way to extend the existing selection plugin?
Thanks for your help.