DEV Community

Discussion on: How YOU can learn to use Svelte for your next JS project

Collapse
 
sunitk profile image
Sunit Katkar • Edited

Svelte looks interesting. Since the work I do requires tabular display of data with sorting and filtering like in jQuery Datatables, I will wait till such a component is available out of the box. Cannot have my team spend time building such components. We build lot of apps and have time for building apps by using out of the box components.

Collapse
 
softchris profile image
Chris Noring

have you tried ag grid? It should be able to give you what you need and I'm sure it works well with Svelte? ag-grid.com/example.php ag-grid.com/javascript-grid/

Collapse
 
sunitk profile image
Sunit Katkar

Thanks for the info. Will check it out.