You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# svelte-generic-crud-table
2
-
Use as:
3
-
-[](https://www.webcomponents.org/element/svelte-generic-crud-table): `<crud-table></crud-table>`
2
+
- Web-component: `<crud-table></crud-table>`
4
3
- or Svelte-component: `import SvelteGenericCrudTable from 'svelte-generic-crud-table'`
5
4
6
5
A self-containing sortable table component with inline edit option.
7
6
8
7
Allows CRUD-operations for Object-Arrays.
9
8
10
-
[Try as web-component on github pages:](https://ivosdc.github.io/svelte-generic-crud-table/"GeneralCrudTable Example")
9
+
[Try out live example:](https://ivosdc.github.io/svelte-generic-crud-table/"GeneralCrudTable Example")
10
+
11
+
[](https://www.webcomponents.org/element/svelte-generic-crud-table)
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "svelte-generic-crud-table",
3
-
"version": "1.5.0",
3
+
"version": "1.5.1",
4
4
"description": "<crud-table> renders object-arrays with options-panel and inline edit per row. Dispatches events for ongoing data handling. As self-containing webcomponent or for Svelte in 60KB",
0 commit comments