|
|
|
@@ -4,6 +4,7 @@ import * as FormatUtils from "utils/FormatUtils" |
|
|
|
import {GFIMIS_LIST} from "utils/ApiPathConst"; |
|
|
|
import { useNavigate } from "react-router-dom"; |
|
|
|
import { FiDataGrid } from "components/FiDataGrid"; |
|
|
|
|
|
|
|
// ==============================|| EVENT TABLE ||============================== // |
|
|
|
|
|
|
|
export default function SearchTable({ previewSearchCriteria, onPreviewGridOnReady,selectedIds = []}) { |
|
|
|
@@ -39,7 +40,7 @@ export default function SearchTable({ previewSearchCriteria, onPreviewGridOnRead |
|
|
|
{ |
|
|
|
id: 'paymentMethod', |
|
|
|
field: 'paymentMethod', |
|
|
|
headerName: 'Payment Means', |
|
|
|
headerName: 'GFMIS Payment Method', |
|
|
|
flex: 4, |
|
|
|
renderCell: (params) => { |
|
|
|
let paymentMethod = params.row.paymentMethod; |
|
|
|
|