UNPKG

dynamic-table-react

Version:
4 lines (3 loc) 143 B
export const viewAttachments = (selectedRows) => { alert(`Viewing attachments for ${selectedRows.map(row => row.name).join(', ')}`); };