|
- {/* Conditionally render radio button in the heading */}
- {showRadioButton && heading === "Select" ? (
- |
- ))}
-
|---|
|
- |
- ))}
-
|
- {/* Conditionally render radio button in the table body */}
- {showRadioButton && heading === "Select" ? (
- |
- ))}
-