big update

This commit is contained in:
Casey 2026-01-15 08:36:08 -06:00
parent d53ebf9ecd
commit 5c7e93fcc7
26 changed files with 1890 additions and 423 deletions

View file

@ -201,6 +201,21 @@ const tableActions = [
router.push(`/estimate?new=true&address=${address}`);
},
},
{
label: "Action",
rowAction: true,
type: "menu",
menuItems: [
{
label: "View Client Details",
action: (rowData) => {
const client = encodeURIComponent(rowData.customerName);
const address = encodeURIComponent(rowData.address);
router.push(`/client?client=${client}&address=${address}`);
},
},
]
}
// {
// label: "Export Selected",
// action: (selectedRows) => {