diff --git a/src/services/pmsGrid/PmsGrid.jsx b/src/services/pmsGrid/PmsGrid.jsx index ce9e474b..ee5674ea 100644 --- a/src/services/pmsGrid/PmsGrid.jsx +++ b/src/services/pmsGrid/PmsGrid.jsx @@ -135,7 +135,7 @@ export default function PmsGrid({ return (
-
+ {/*
@@ -192,10 +192,10 @@ export default function PmsGrid({ )}
-
+
*/}
@@ -270,10 +270,10 @@ export default function PmsGrid({ )} {features.resizing && ( -
onResizeMouseDown(e, col.key)} - /> + > )}
@@ -372,16 +372,8 @@ export default function PmsGrid({ return ( { - // Optional: click row to select, but ignore if user clicked a button or checkbox - if (e.target.tagName !== "BUTTON" && e.target.tagName !== "INPUT") { - toggleSelect(row[rowKey]); - } - }} - style={{ cursor: "pointer" }} + + > {features.selection && (