vincjo / svelte-simple-datatables

A Datatable component for Svelte

Home Page:https://vincjo.fr/svelte-simple-datatables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

svelte-simple-datatables

npm version last commit

New version (new repo)

logo

A new, more mature and controllable version is available here :

https://github.com/vincjo/datatables

It has typescript support, headless UI, SSR, and provides a data handler.

It is a complete rewrite involving a few breaking changes but the concept is the same.


This package is still maintained.


Presentation

Datatable component default behavior :

  • Fits in its container
  • The table has fixed header
  • Scrolls vertically and horizontally
  • Responsive design

👉 Documentation


Install

✅ Install as a dev dependency to avoid a SSR errors.

npm i -D svelte-simple-datatables

About

A Datatable component for Svelte

https://vincjo.fr/svelte-simple-datatables

License:MIT License


Languages

Language:JavaScript 46.3%Language:Svelte 37.1%Language:CSS 16.4%Language:HTML 0.3%