From 9d9e3f1f96cf318e659365f001319eb140566674 Mon Sep 17 00:00:00 2001 From: RandomFractals Date: Fri, 24 Dec 2021 10:20:12 -0600 Subject: [PATCH] change log and docs update for #24 and #25 --- CHANGELOG.md | 4 ++++ README.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f94d32..5970ec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,3 +44,7 @@ Add Freeze Row context menu option Persist and load table view config per data file - [#23](https://github.com/RandomFractals/tabular-data-viewer/issues/23) Add hide, freeze, and delete column context menu options +- [#24](https://github.com/RandomFractals/tabular-data-viewer/issues/24) +Add data loading progress ring display +- [#25](https://github.com/RandomFractals/tabular-data-viewer/issues/25) +Add Save as CSV or JSON data UI options diff --git a/README.md b/README.md index 9c6a561..71ac38c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ Tabular Data Viewer 🀄 provides custom Table View for `.csv`, `.tsv` and `.tab - Freeze or delete table rows - Perisist table settings per data file - Copy table data to Clipboard +- Save table data in `CSV` or `JSON` data array format + ... # Contributions