Richard H
Results
4
comments of
Richard H
I made it work like this for now: ```html ... {:else if col.type === 'custom'} {/if} ... ``` And inside the component: ```html {#if col.key === 'custom1'} { e.stopPropagation(); console.log('asdasd')...
WOW! Thanks!!
This would be awesome. I'd love to have a REST API framework in deno using prisma 👌.