isRowSelectable is not working in the v32.3.0rc0 version of Dash AG Grid. isRowSelectable is now configured in grid options within the rowSelection parameter. This is not being handled in propCategories.js. When adding the {"function": "node.data.value ==1"} in rowSelection.isRowSelectable, an exception is thrown because it does not get converted to a function in the convertOne method.
isRowSelectable is not working in the v32.3.0rc0 version of Dash AG Grid. isRowSelectable is now configured in grid options within the rowSelection parameter. This is not being handled in propCategories.js. When adding the {"function": "node.data.value ==1"} in rowSelection.isRowSelectable, an exception is thrown because it does not get converted to a function in the convertOne method.