[PR #31] [MERGED] Feature/column visibility #48

Closed
opened 2026-03-23 20:33:44 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/azd-radar-data-datatable/pull/31
Author: @BostoenToby
Created: 4/28/2023
Status: Merged
Merged: 4/29/2023
Merged by: @pjlammertyn

Base: masterHead: feature/Column-visibility


📝 Commits (3)

  • e511335 settings to change visibility per column
  • 85cf0e2 bugfix: data order when column visibility change
  • 6fb1782 changed bit of styling for the popup

📊 Changes

8 files changed (+209 additions, -109 deletions)

View changed files

📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+25 -28)
📝 src/lib/components/DataTable.d.ts (+5 -0)
📝 src/lib/components/DataTable.svelte (+51 -30)
src/lib/components/Modal.svelte (+23 -0)
src/lib/components/Options.svelte (+13 -0)
📝 src/lib/styles/data-table.scss (+87 -50)
📝 static/icons.svg (+4 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RADar-AZDelta/azd-radar-data-datatable/pull/31 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 4/28/2023 **Status:** ✅ Merged **Merged:** 4/29/2023 **Merged by:** [@pjlammertyn](https://github.com/pjlammertyn) **Base:** `master` ← **Head:** `feature/Column-visibility` --- ### 📝 Commits (3) - [`e511335`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/e5113350d4125057c9e8fdc248134f954b0f52d6) settings to change visibility per column - [`85cf0e2`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/85cf0e2eb70557da546fd00a5168b2bbe5fbb68c) bugfix: data order when column visibility change - [`6fb1782`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/6fb1782c44d30f8674248da8a8d969d2a9f9a221) changed bit of styling for the popup ### 📊 Changes **8 files changed** (+209 additions, -109 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+25 -28) 📝 `src/lib/components/DataTable.d.ts` (+5 -0) 📝 `src/lib/components/DataTable.svelte` (+51 -30) ➕ `src/lib/components/Modal.svelte` (+23 -0) ➕ `src/lib/components/Options.svelte` (+13 -0) 📝 `src/lib/styles/data-table.scss` (+87 -50) 📝 `static/icons.svg` (+4 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:33:44 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RADar-AZDelta/archived-azd-radar-data-datatable#48
No description provided.