Svelte Reactive Table ALPHA
v0.6.1
GitHub GitHub

Basic Table Example

This example demonstrates creating a simple, functional table using Svelte Reactive Table. The basic implementation includes displaying data in rows and columns with the ability to add new rows dynamically.

The basic table provides core functionality including:

  • Column headers automatically generated from your column definitions
  • Rendering rows from your data source
  • Dynamic updates when adding new rows
  • Empty state handling
Basic Table
IDNameAgeCity
1Bruce Wayne35Gotham City
2Clark Kent33Metropolis
3Diana Prince5000Themyscira
4Barry Allen28Central City
5Hal Jordan32Coast City
6Arthur Curry35Atlantis
7Victor Stone25Jump City
8Selina Kyle32Gotham City
9Harley Quinn27Gotham City
10Joker40Gotham City