Skip to content

Commit

Permalink
reverted column freeze as it was causing issues (#1858)
Browse files Browse the repository at this point in the history
reverted column fix as it was causing issues
  • Loading branch information
nipunarora-eGov authored Nov 19, 2024
1 parent 8217b85 commit 591b351
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ const FacilityPopUp = ({ details, onClose, updateDetails }) => {
selectableRowsHighlight
noContextMenu
onSelectedRowsChange={handleRowSelect}
customStyles={getTableCustomStyle(true)}
customStyles={tableCustomStyle}
selectableRowsComponent={CheckBox}
selectableRowsComponentProps={selectProps}
conditionalRowStyles={conditionalRowStyles}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const PopInboxTable = ({ ...props }) => {
selectableRowsHighlight
noContextMenu
onSelectedRowsChange={handleRowSelect}
customStyles={getTableCustomStyle(true)}
customStyles={tableCustomStyle}
selectableRowsComponent={CheckBox}
sortIcon={<CustomSVG.SortUp width={"16px"} height={"16px"} fill={"#0b4b66"} />}
defaultSortFieldId={1}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ const PlanInbox = () => {
onSelectedRowsChange={handleRowSelect}
selectableRowsComponentProps={selectProps}
selectableRowsComponent={CheckBox}
customStyles={getTableCustomStyle(true)}
customStyles={tableCustomStyle}
paginationTotalRows={totalRows}
conditionalRowStyles={conditionalRowStyles}
paginationPerPage={rowsPerPage}
Expand Down

0 comments on commit 591b351

Please sign in to comment.