svelte-generic-crud-table icon indicating copy to clipboard operation
svelte-generic-crud-table copied to clipboard

Agnostic web-component for object-arrays with CRUD functionality.

Results 5 svelte-generic-crud-table issues
Sort by recently updated
recently updated
newest added

Getting the following message during compile time: ``` (!) Plugin svelte: The 'tag' option is used when generating a custom element. Did you forget the 'customElement: true' compile option? node_modules\svelte-generic-crud-table\src\SvelteGenericCrudTable.svelte...

Hi, I'm trying to use this component without sapper without luck. Is there a sample without using routes and sapper? From the sample (replacing all `get` `post` with svelte logic)...