DEV Community

José Pablo Ramírez Vargas
José Pablo Ramírez Vargas

Posted on

Hierarchical, Recursive Table Component

Hello everyone! I have just finished creating my hierarchical (recursive) table component for SvelteHack. Hoping for the best. There's a live demo here hosted by Vercel, which by the way makes it super simple to deploy Svelte applications, and the repository for the component is here.

The component is available through NPM:

npm i svelte-htable
Enter fullscreen mode Exit fullscreen mode

Let me know whether you like it or not. Thanks!


Also let me know if you would like to see this for Vue as well.

Top comments (0)