Operations table
Work directly in the table. Every visible control is wired to the component: the filters, row actions, inline editor, responsive details, and persistent view state are live.
Command surface
Trigger public methods and watch the current query plus emitted events change in real time.
{}
Selection is empty.
- --:--:--waitingInteract with the table to log events.
Ready for an interaction.
Server-shaped response
This table uses the same paginated response contract through a delayed in-page endpoint. Change its query and inspect the serialized request below.
Waiting for the first request.
Declarative columns and rows
This table starts as HTML. Column attributes define formatting, filters, widths, sorting, and actions before the component takes over the live table.
| ID | Member | Stage | Joined | Value | Actions |
|---|---|---|---|---|---|
| 1071 | EPEliot ParkPlatform | Active | Aug 17, 2026 | $34,800 | |
| 1072 | NONia OkaforGrowth | Review | Jul 29, 2026 | $21,750 | |
| 1073 | SVSoren ValeSecurity | Paused | Jun 13, 2026 | $12,600 | |
| 1074 | JAJune AlvarezInterface | Trial | May 24, 2026 | $8,650 | |
| 1075 | RMRavi MenonData | Active | Apr 6, 2026 | $42,100 |
Loading, empty, and error
This grid defers its first request until it nears the viewport. Switch the source state to see the same structure hold while the result area changes.
No records loaded.