mirror of
https://github.com/RADar-AZDelta/azd-radar-data-datatable.git
synced 2026-03-23 20:37:13 +00:00
[PR #53] [MERGED] Dev/abstraction #57
Labels
No labels
bug
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
RADar-AZDelta/archived-azd-radar-data-datatable#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RADar-AZDelta/azd-radar-data-datatable/pull/53
Author: @BostoenToby
Created: 6/23/2023
Status: ✅ Merged
Merged: 6/23/2023
Merged by: @BostoenToby
Base:
master← Head:dev/abstraction📝 Commits (10+)
c6e5aceCreate class to save & read from localStoraged38b0b0Add firebase for saving options and column setting6e94ff9refactoring for different data types748d5d9implement custom class4ce5f4cfirebase fix & cleanup storage classesdf31012if not existing in db, create it4cecb6cChange path to write & bugfix for storagemethodda4dbcfAdd input field to paginatee46b4b5Bugfix for when there is nothing in Firebase811ab76bugfix for null values in datatable📊 Changes
17 files changed (+2259 additions, -576 deletions)
View changed files
📝
package.json(+2 -1)📝
pnpm-lock.yaml(+769 -44)📝
src/lib/components/DataTable.d.ts(+51 -12)📝
src/lib/components/DataTable.svelte(+116 -502)📝
src/lib/components/Pagination.svelte(+21 -5)➕
src/lib/components/datatable/config/firebaseClass.ts(+102 -0)➕
src/lib/components/datatable/config/localstorageClass.ts(+69 -0)➕
src/lib/components/datatable/customData/athenaClass.ts(+143 -0)➕
src/lib/components/datatable/data/dataTypeArrayOfObjects.ts(+224 -0)➕
src/lib/components/datatable/data/dataTypeFile.ts(+228 -0)➕
src/lib/components/datatable/data/dataTypeFunction.ts(+142 -0)➕
src/lib/components/datatable/data/dataTypeMatrix.ts(+231 -0)📝
src/lib/styles/data-table.scss(+4 -0)➕
src/lib/useFirebase.ts(+47 -0)📝
src/lib/workers/DataTable.worker.ts(+5 -1)📝
src/routes/+page.svelte(+9 -11)➕
src/routes/example/+page.svelte(+96 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.