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
|
||||
<Table
|
||||
data="{yourData}"
|
||||
,
|
||||
searchable="{true}"
|
||||
filterField="{'Region'}"
|
||||
paginated="{true}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue