Resolve TMSS-298
Compare changes
Files
7@@ -16,7 +18,6 @@ function GlobalFilter({
@@ -46,10 +47,173 @@ function DefaultColumnFilter({
@@ -65,7 +229,7 @@ const IndeterminateCheckbox = React.forwardRef(
@@ -103,26 +267,21 @@ function Table({ columns, data, defaultheader, optionalheader }) {
@@ -138,9 +297,19 @@ function Table({ columns, data, defaultheader, optionalheader }) {
@@ -156,7 +325,8 @@ function Table({ columns, data, defaultheader, optionalheader }) {
@@ -178,26 +348,29 @@ function Table({ columns, data, defaultheader, optionalheader }) {
@@ -209,7 +382,6 @@ function Table({ columns, data, defaultheader, optionalheader }) {
@@ -217,40 +389,9 @@ function Table({ columns, data, defaultheader, optionalheader }) {
@@ -281,12 +422,16 @@ function ViewTable(props) {
@@ -311,12 +456,14 @@ function ViewTable(props) {
@@ -324,11 +471,13 @@ function ViewTable(props) {
@@ -362,11 +511,10 @@ function ViewTable(props) {