Skip to content

Commit

Permalink
fix demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
ivosdc committed Jan 10, 2021
1 parent c6d249d commit f3cdb56
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 95 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Use the svelte-generic-crud-table in your component to show and, if you like, ed
Just include the table as seen in the example below.

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

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

### `<crud-table></crud-table>`
```html
Expand Down
Loading

0 comments on commit f3cdb56

Please sign in to comment.