awesome-svelte icon indicating copy to clipboard operation
awesome-svelte copied to clipboard

▦ PowerTable (Inspired by DataTables, Powered by Svelte)

Open muonw-public opened this issue 2 years ago • 1 comments

Suggestion for your 🕶️ list:

PowerTable

PowerTable is a JavaScript component that turns JSON data into an interactive HTML table. This facilitates manual inspection, sorting, filtering, searching, and editing of the data.

MuonW PowerTable

✨ Features

  • No runtime dependencies
  • Sorting (single- and multi-column)
  • Filtering (per column and global. RegEx)
  • Inline editing
  • Re-arrangeable layout segments
  • Optional styling
  • Custom parsing per column
  • Usable as Svelte component or ES module

Repository: https://github.com/muonw/powertable Demos: https://muonw.github.io/powertable

muonw-public avatar Jul 08 '22 20:07 muonw-public

Nice, open a PR and I will merge it.

TheComputerM avatar Jul 30 '22 17:07 TheComputerM