Update changelog.md

This commit is contained in:
SubleXBle
2025-08-13 20:14:14 +02:00
committed by GitHub
parent 7545e436eb
commit 3285c43708
+9 -1
View File
@@ -74,8 +74,16 @@ small changes where made in the following files:
- Fully compatible with existing sort and filter system.
### ✨ New Feature: Copy Filtered Data to Clipboard
- **Added** a new "Copy to Clipboard" button to export the currently **filtered table data**.
- **Implemented** a dedicated JavaScript file `assets/js/table-export.js` for the copy functionality.
- **Integration** with existing DataTables filtering logic to ensure only visible/filtered rows are copied.
- **Output Format**: Tab-separated values (TSV) with all HTML tags removed for clean text export.
- **User Feedback**:
- Shows a warning if theres no data to copy.
- Shows a success or error alert based on the clipboard operation result.
###
---