This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Checkbox, Divider, Table } from "antd";
|
||||
import { Checkbox, Divider } from "antd";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import PhoneFormatter from "../../utils/PhoneFormatter";
|
||||
import ResponsiveTable from "../responsive-table/responsive-table.component";
|
||||
|
||||
export default function OwnerFindModalComponent({
|
||||
selectedOwner,
|
||||
@@ -75,9 +76,10 @@ export default function OwnerFindModalComponent({
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Table
|
||||
<ResponsiveTable
|
||||
pagination={{ placement: "bottom" }}
|
||||
columns={columns}
|
||||
mobileColumnKeys={["ownr_ln", "ownr_fn", "ownr_ph1", "ownr_ph2"]}
|
||||
rowKey="id"
|
||||
loading={ownersListLoading}
|
||||
dataSource={ownersList}
|
||||
|
||||
Reference in New Issue
Block a user