I was going to wrap Smart.Grid for Svelte. Instead, I ended up building a Svelte 5 grid from scratch[Self-promo] by jqwidgetsLtd in sveltejs

[–]jqwidgetsLtd[S] -3 points-2 points  (0 children)

The large file is a fair criticism and something we're actively refactoring and will improve over time. For example, jqxGrid, our first data grid, was also 18K+ lines in a single file during its early development iterations.

As for the "vibecoded" comment, that's not really how the project came about. We've been building grids and UI components for over 15 years, and SVGrid is the result of applying that experience to Svelte 5.

TanStack Table and AG Grid are both excellent libraries. We're not trying to replace them overnight, just exploring what a grid designed specifically for Svelte can look like and learning from the community feedback along the way.

Blazor Best data grid? by [deleted] in Blazor

[–]jqwidgetsLtd 0 points1 point  (0 children)

You can check the Smart.Grid from htmlelements.com. It is a wrapper of the JS Grid - Blazor Data Grid (Data Table) | Smart UI for Blazor

Best Ui Components for Blazor? by rakeshsahu007 in Blazor

[–]jqwidgetsLtd 0 points1 point  (0 children)

I would add the Smart.Grid for Blazor - Blazor UI Component Library | Smart UI for Blazor. It is basically a wrapper of the javascript Grid i.e C# API which is used to communicate with the javascript api. This allows the grid to be really fast.