wx-svelte-grid
Version:
A powerful and flexible DataGrid component written in Svelte
16 lines (15 loc) • 352 B
JavaScript
export const defaultMenuOptions = [
{
id: "add:before",
text: "Add before",
icon: "wxi-table-row-plus-before",
},
{
id: "add:after",
text: "Add after",
icon: "wxi-table-row-plus-after",
},
{ id: "copy", text: "Copy", icon: "wxi-content-copy" },
{ type: "separator" },
{ id: "delete", text: "Delete", icon: "wxi-delete-outline" },
];