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

More stripped down example?

Open melMass opened this issue 2 years ago • 2 comments

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) myData is properly updated but not the table.

Thanks

melMass avatar Oct 28 '21 00:10 melMass

I guess it has something to do with ID's or something like that

melMass avatar Oct 28 '21 00:10 melMass

Hello, there is an implementation (Svelte only) https://github.com/ivosdc/svelte-generic-table-pager/blob/master/src/GenericTablePager.svelte

Hopefully this helps as a blueprint.

ivosdc avatar Apr 10 '22 14:04 ivosdc