Ivo

Results 2 comments of Ivo

The config is set in: https://github.com/ivosdc/svelte-generic-crud-table/blob/master/rollup.config.js `plugins: [ svelte({ customElement: true, tag: "crud-table", emitCss: true }),` The additional `` in the svelte file was formerly needed for proper webcomponent behaviour....

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.