Fix typo in Table docs
This commit is contained in:
parent
76fbd7dda5
commit
5b3d8de905
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ Feel free to both search and filter.
|
||||||
```svelte
|
```svelte
|
||||||
<Table
|
<Table
|
||||||
data="{yourData}"
|
data="{yourData}"
|
||||||
,
|
|
||||||
searchable="{true}"
|
searchable="{true}"
|
||||||
filterField="{'Region'}"
|
filterField="{'Region'}"
|
||||||
paginated="{true}"
|
paginated="{true}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue