-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated svelte-table adapter to Svelte 5 * updated rollup-plugin-svelte * updated prettier plugin for svelte * updated the table implementation and applied formatting * updated flex-render documentation * Update packages/svelte-table/src/flex-render.svelte Co-authored-by: Simon H <[email protected]> * re-add tweak rollup config and uglify TContext in flex-render * updated svelte-basic example * revert svelte-table version * correction - using wrong content object for footer * removing unused imports from svelte's basic example * updated tanstack-table-example-svelte-column-groups to svelte 5 * updated svelte-table column order example * column-pinning example * svelte column visibility example * svelte filtering example * simplified column-visibility svelte example a tiny bit * svelte sorting example * remove comment from svelte sorting example * fix svelte flex-render ts types and docs * implement svelte-package * updated svelte package.json and corrected type error in flex render * prettier * removed rollup-plugin-svelte dependencies * inline the flex render component * fixed test errors * removed duplicate devdependencies in the svelte package * upgrade svelte versions in examples * disable knip because its annoying --------- Co-authored-by: Walker Lockard <[email protected]> Co-authored-by: Simon H <[email protected]> Co-authored-by: Kevin Vandy <[email protected]> Co-authored-by: Lachlan Collins <[email protected]>
- Loading branch information
1 parent
00f0963
commit 12d4157
Showing
37 changed files
with
799 additions
and
767 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ coverage | |
.env.test.local | ||
.env.production.local | ||
.next | ||
.svelte-kit | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.