This file contains hidden or 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
| diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js | |
| index f443d727..120445b7 100644 | |
| --- a/website/docusaurus.config.js | |
| +++ b/website/docusaurus.config.js | |
| @@ -309,11 +309,12 @@ async function createConfig() { | |
| defer: true, | |
| }); | |
| - config.scripts.push({ | |
| + /* |
This file contains hidden or 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
| diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js | |
| index f443d727..120445b7 100644 | |
| --- a/website/docusaurus.config.js | |
| +++ b/website/docusaurus.config.js | |
| @@ -309,11 +309,12 @@ async function createConfig() { | |
| defer: true, | |
| }); | |
| - config.scripts.push({ | |
| + /* |
This file contains hidden or 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
| /* createTable.svelte.js generated by Svelte v5.20.5 */ | |
| import*as $ from "/node_modules/.vite/deps/svelte_internal_client.js?v=d66895d6"; | |
| import {constructTable, coreFeatures, getInitialTableState, isFunction} from "/@fs/Users/dannyb/sources/tanstack-table-alpha/packages/table-core/dist/esm/index.js"; | |
| export function createTable(tableOptions) { | |
| const _features = { | |
| ...coreFeatures, | |
| ...tableOptions._features | |
| }; |
OlderNewer