remove export button for now

This commit is contained in:
Casey 2025-11-11 13:00:34 -06:00
parent 10cda824e8
commit 254cbf37a1
2 changed files with 100 additions and 141 deletions

View file

@ -176,21 +176,21 @@ const tableActions = [
variant: "outlined",
},
},
{
label: "Export Selected",
action: (selectedRows) => {
console.log("Exporting", selectedRows.length, "clients:", selectedRows);
// Implementation would export selected clients
},
type: "button",
style: "success",
icon: "pi pi-download",
requiresMultipleSelection: true, // Bulk action - operates on selected rows
layout: {
position: "right",
variant: "filled",
},
},
// {
// label: "Export Selected",
// action: (selectedRows) => {
// console.log("Exporting", selectedRows.length, "clients:", selectedRows);
// // Implementation would export selected clients
// },
// type: "button",
// style: "success",
// icon: "pi pi-download",
// requiresMultipleSelection: true, // Bulk action - operates on selected rows
// layout: {
// position: "right",
// variant: "filled",
// },
// },
{
label: "Edit",
action: (rowData) => {