Menu
Libraries |
Category

solid-simple-table

  • Purpose: Solid SimpleTable is a blazing fast reactive table component designed for SolidJS applications, offering flexibility and performance.
  • Key Features:
    • Extremely fast performance (~2.7KB size) due to compilation to VanillaJS via Solid.
    • Automatic sorting functionality.
    • Customizable header and row renderers (supports components in cells).
    • Custom sort functions.
    • Row click handlers (onClick support).
    • DOM accessors for advanced use cases.
    • Fully tested with 90% code coverage.
  • Target Audience: Developers using SolidJS who need a lightweight, performant, and customizable table component.
  • Notable Use Case: Currently powers the linter panel in the Atom editor.
  • Framework Support: Primarily for SolidJS (no explicit mention of Svelte support).
  • Demo: View demo here .
  • Projects Using It: Atom's Linter .
  • License: MIT. Inspired by sb-react-table .

solid-jstablecomponentreactvuesolidfastsvelte

Comments