Ol' Shrimpeye
Ol' Shrimpeye
props can be passed to the component using object definition https://github.com/dasDaniel/svelte-table/blob/develop/README.md#user-content-rendercomponent here's the implementation: https://github.com/dasDaniel/svelte-table/blob/develop/src/SvelteTable.svelte#L353-L358 here's an example: https://github.com/dasDaniel/svelte-table/blob/develop/example/Example6.svelte#L42-L49
oh, gotcha No, not possible right now. The props would have to be transformed. I suppose the feature could be added to pass the result of a function instead of...
not in the foreseeable future
No, an array is currently not supported, however, you could hack it by concatenating the strings example: https://svelte.dev/repl/68c6e3aba5c4435aa063a4cf7946e928 in the example 👆, I'm using a special ascii character that the...
same issue, couldn't run after update Error: `Cannot start service odfenode: failed to listen to abstract unix socket` Version ``` Client: Docker Engine - Community Version: 19.03.3 API version: 1.40...