-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bryan Lee
committed
Jun 27, 2022
1 parent
eed7fe2
commit 9096f02
Showing
12 changed files
with
32 additions
and
22 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: TableState | ||
description: The current state of the table | ||
sidebar_title: TableState | ||
--- | ||
|
||
<script> | ||
import { useHljs } from '$lib/utils/useHljs'; | ||
useHljs('ts'); | ||
</script> | ||
|
||
# {$frontmatter.title} | ||
|
||
`TableState` is the [`TableViewModel`](./table-view-model.md) with two additional properties. | ||
|
||
## Usage | ||
|
||
### `data: ReadOrWritable<Item[]>` | ||
|
||
A reference to the original data source. | ||
|
||
### `columns: Column[]` | ||
|
||
A reference to the columns of the table. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
9096f02
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
svelte-headless-table – ./
svelte-headless-table-git-main-bryanmylee.vercel.app
svelte-headless-table.bryanmylee.com
svelte-headless-table-bryanmylee.vercel.app
svelte-headless-table-bryanmylee-com.vercel.app