Resolve TMSS-298
Compare changes
Files
5@@ -229,7 +229,7 @@ const IndeterminateCheckbox = React.forwardRef(
@@ -229,7 +229,7 @@ const IndeterminateCheckbox = React.forwardRef(
@@ -280,7 +280,8 @@ function Table({ columns, data, defaultheader, optionalheader }) {
@@ -280,7 +280,8 @@ function Table({ columns, data, defaultheader, optionalheader }) {
@@ -421,7 +422,11 @@ function ViewTable(props) {
@@ -421,7 +422,11 @@ function ViewTable(props) {
@@ -508,7 +513,8 @@ function ViewTable(props) {
@@ -508,7 +513,8 @@ function ViewTable(props) {
<Table columns={columns} data={tbldata} defaultheader={defaultheader[0]} optionalheader={optionalheader[0]} />