remove export button for now
This commit is contained in:
parent
10cda824e8
commit
254cbf37a1
2 changed files with 100 additions and 141 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue