Skip to content

Commit f3cdb56

Browse files
committed
fix demo data
1 parent c6d249d commit f3cdb56

File tree

5 files changed

+152
-95
lines changed

5 files changed

+152
-95
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Use the svelte-generic-crud-table in your component to show and, if you like, ed
2929
Just include the table as seen in the example below.
3030

3131
## column settings
32-
Settings regarding acolumn can be specified in the table_config:
32+
Settings regarding a column can be specified in the table_config:
3333
```html
3434
const table_config = {
3535
name: 'Awesome',
@@ -49,6 +49,7 @@ There are two types:
4949
- text: Default.
5050
- html: NEW! The value/text will be interpreted as HTML.
5151

52+
[See example:](https://ivosdc.github.io/svelte-generic-crud-table/ "GeneralCrudTable Example")
5253

5354
### `<crud-table></crud-table>`
5455
```html

0 commit comments

Comments
 (0)