+
e.stopPropagation()}
+ role="button"
+ tabIndex={0}
+ onKeyDown={(e) => {
+ if (e.key === 'Enter' || e.key === ' ') {
+ handleRowSelectionChanged(row.openingId);
+ }
+ }}
+ >
= ({
) : header.header === "Category" ? (
-
- ) : header.key === 'disturbanceStartDate' ? (
+
+ ) : header.key === "disturbanceStartDate" ? (
) : (
row[header.key]
@@ -453,12 +474,9 @@ const SearchScreenDataTable: React.FC = ({
/>
)}
- setOpeningDetails(false)}
- passiveModal
- modalHeading="We are working hard to get this feature asap, unfortunately you cannot view the opening details from SILVA atm."
- modalLabel="Opening Details"
+
>
);