[PR #29] [MERGED] Feature: add columns to a table manually #44

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/29
Author: @BostoenToby
Created: 4/24/2023
Status: Merged
Merged: 4/27/2023
Merged by: @BostoenToby

Base: masterHead: feature/Add-columns


📝 Commits (10+)

📊 Changes

4 files changed (+117 additions, -40 deletions)

View changed files

📝 src/lib/components/DataTable.svelte (+84 -36)
📝 src/lib/components/DataTableWorker.ts (+5 -1)
📝 src/lib/workers/DataTable.worker.ts (+23 -2)
📝 src/lib/workers/messages.ts (+5 -1)

📄 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/29 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 4/24/2023 **Status:** ✅ Merged **Merged:** 4/27/2023 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `master` ← **Head:** `feature/Add-columns` --- ### 📝 Commits (10+) - [`df3ca2a`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/df3ca2a97c82de9ccb6ebc59e9dca53826a60677) Feature: add columns to a table manually - [`d0ad706`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/d0ad70665089198a820e5c6b52a10aa8909fb4c7) removed unnecessary import - [`fdfdf59`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/fdfdf5998b1db4027e217a96922ec2c81c71a2dc) Cleanup switch statement & undefined values - [`7ea5031`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/7ea50319437d1ffd8a915a5f2f87a38661bc768a) feat: add multiple columns at once - [`435bbc4`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/435bbc4e3feb1906e89c64bed342f01eafc3a21a) Merge branch 'master' into feature/Add-columns - [`d861fe7`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/d861fe74c720bb78d743e0f7466f4472532b1792) feat: update columns of table - [`6958c01`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/6958c01a82880c52ac6a4dbf9d58930884670df6) Merge branch 'feature/Add-columns' of https://github.com/RADar-AZDelta/svelte-radar-datatable into feature/Add-columns - [`3790cb6`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/3790cb6bde60d0d9141e24c500d9f49181b98145) remove event dispatcher from DataTable - [`581af63`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/581af63129dc4068530a5a38800719d8db913733) insert columns into worker for file - [`3fd9f2a`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/3fd9f2a5617e8e20e4862fe182a56e1450e505c0) Merge branch 'feature/Add-columns' of https://github.com/RADar-AZDelta/svelte-radar-datatable into feature/Add-columns ### 📊 Changes **4 files changed** (+117 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/DataTable.svelte` (+84 -36) 📝 `src/lib/components/DataTableWorker.ts` (+5 -1) 📝 `src/lib/workers/DataTable.worker.ts` (+23 -2) 📝 `src/lib/workers/messages.ts` (+5 -1) </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#44
No description provided.