mirror of
https://github.com/RADar-AZDelta/azd-radar-data-datatable.git
synced 2026-03-23 20:37:13 +00:00
[PR #19] [MERGED] Pjl #43
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#43
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/19
Author: @Louis-Herreman
Created: 4/17/2023
Status: ✅ Merged
Merged: 4/17/2023
Merged by: @Louis-Herreman
Base:
master← Head:pjl📝 Commits (10+)
b390ec8Update styled91c5d5Update style fileDownload9eeb10dbugfix for extreme paginationd3e73caperformance bug fixd5bdae0Update style68f7750Merge branch 'dev' of github.com:RADar-AZDelta/RADar-DataTable into dev5cf8c24Update styling paginationaf6153cUpdate style to table0adbcb1update styling filtering6e8b264update Athena table📊 Changes
72 files changed (+1918 additions, -323475 deletions)
View changed files
📝
package.json(+25 -23)📝
pnpm-lock.yaml(+339 -326)📝
src/app.scss(+1 -9)➖
src/lib/classes/ColumnMetadata.ts(+0 -4)➖
src/lib/classes/enums/SortDirection.ts(+0 -10)➖
src/lib/classes/enums/Types.ts(+0 -12)➕
src/lib/components/ColumnFilter.svelte(+27 -0)➕
src/lib/components/ColumnResize.svelte(+10 -0)➕
src/lib/components/ColumnSort.svelte(+64 -0)➕
src/lib/components/DataTable.d.ts(+69 -0)➕
src/lib/components/DataTable.svelte(+503 -0)➖
src/lib/components/DataTable/DataTableRendererCSR.svelte(+0 -235)➖
src/lib/components/DataTable/DataTableRendererJS.svelte(+0 -220)➖
src/lib/components/DataTable/DataTableRendererSSR.svelte(+0 -166)➖
src/lib/components/DataTableBasics/DataTableRendererBasic.svelte(+0 -285)➖
src/lib/components/DataTableBasics/DataTableRendererSpecial.svelte(+0 -247)➖
src/lib/components/DataTableBasics/Filtering.svelte(+0 -40)➖
src/lib/components/DataTableBasics/FilteringGeneral.svelte(+0 -17)➖
src/lib/components/DataTableBasics/Pagination.svelte(+0 -94)➖
src/lib/components/DataTableBasics/Sorting.svelte(+0 -35)...and 52 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.