Skip to content

Releases: geodask/svelte-reactive-table

[email protected]

19 Apr 12:43

Choose a tag to compare

Minor Changes

  • d1ce4bd: feat: enhance table with pagination and column visibility

    • Add pagination with flexible page size controls
    • Add column visibility toggling
    • Implement row identification with ID tracking
    • Add logging system for errors and warnings
    • Create example components demonstrating features

[email protected]

17 Apr 13:29

Choose a tag to compare

Patch Changes

[email protected]

17 Apr 11:47
1eccebb

Choose a tag to compare

Patch Changes

  • 0e5b8ac: Initial release of svelte-reactive-table

    WHAT:

    • First public release of the headless, fully reactive table library for Svelte applications
    • Core table functionality with TypeScript support
    • Svelte 5 compatibility

    WHY:

    • Providing a modern, type-safe table solution for Svelte applications
    • Offering a headless approach for maximum styling flexibility

    HOW TO USE:

    • Install using: pnpm add svelte-reactive-table
    • Follow the documentation for implementation details