
Agnostic web-component for object-arrays with CRUD functionality.
The Svelte Generic CRUD Table is a self-contained sortable table component with an inline edit option. It allows for CRUD operations on Object-Arrays and includes an integrated paginator for pagination. This component can be easily installed and used in Svelte projects.
The Svelte Generic CRUD Table is a versatile table component that allows for easy sorting and editing of data in Svelte projects. It provides CRUD operations for Object-Arrays and includes pagination. With customizable column settings, it offers a flexible solution for displaying and manipulating data in a table format.

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.