Rowstack v0.0.28 just released

Supercharge your data app

Rowstack is the datagrid component that helps you build your app faster and ship sooner.

48 rows
New row
Hide fields
Filter data
Group
Sort data
Name
Industry
Num orders
Last Transaction
Moses Mokoena
Marketing
9
08/13/2025
Sam Nakano
Response
4
11/03/2025
Abubakar Sakai
Response
5
03/05/2026
Ahmad Takahashi
Tactics
4
10/07/2025
Evgeniy Svoboda
Integration
5
11/09/2025
Jakub Sulaiman
Operations
5
01/20/2026
Vladimir Wairimu
Quality
2
11/20/2025
Johanna Gunnarsson
Configuration
6
07/10/2025
Somphong Sanchez
Quality
5
04/02/2025
Magdalena Mofokeng
Tactics
5
11/27/2025
Masako Hussein
Quality
4
07/13/2025
Sani Rabiu
Usability
5
06/02/2025
Leah Patel
Accountability
7
06/14/2025
Yoshiko Jankowski
Marketing
3
03/01/2026
Guy Volkov
Quality
6
04/08/2025
Shoji Ceng
Tactics
6
06/04/2025
Mina Wekesa
Brand
6
04/04/2025
Mohan Mthembu
Paradigm
6
03/17/2025
Raphael Morgan
Response
3
09/10/2025
Abdullahi Peretz
Brand
6
09/20/2025
Lilian Okeke
Paradigm
4
08/05/2025
Suresh Cohen
Tactics
3
12/14/2025
Rita Muthoni
Operations
9
12/18/2025
Haim Egorova
Marketing
9
11/08/2025
Yasuo Segel
Operations
1
01/24/2026
Ashok Smirnov
Quality
7
09/01/2025
Kjartan Bailey
Division
3
06/17/2025
Kabiru Hoffmann
Paradigm
5
03/14/2025
Lei Sichantha
Web
6
12/26/2025
Steven Hen
Response
9
02/20/2026
Artur Du-Plessis
Division
5
03/29/2025
Sam Brouwer
Operations
2
12/01/2025
Emiko Shaikh
Configuration
4
10/27/2025
Lakshmi Sekh
Tactics
2
08/02/2025
Moshe Price
Marketing
7
06/20/2025
Ning Aminu
Tactics
5
04/30/2025
Birna Khoury
Research
9
10/27/2025
Mark Tang
Integration
6
12/12/2025
Ewa Ortiz
Paradigm
4
08/19/2025
Johannes Garcia
Quality
5
07/21/2025
Anah Jin
Brand
5
11/23/2025
Rafael Qiu
Integration
3
02/10/2026
Gisela Eze
Accountability
1
07/12/2025
Willem Ren
Brand
2
04/30/2025
Isaac Rogers
Research
6
01/28/2026
Somchai Andreeva
Configuration
6
06/27/2025
Herbert Klein
Configuration
2
03/06/2026
Qing Joseph
Division
3
12/03/2025

Integrates with your favorite framework

Rowstack is built with React and works with all React frameworks. CSR or SSR.

react
next
gatsby
vite
remix
astro
redwood

Redefines what a grid can do

Sort, filter, group and aggregate your data to get detailed insights. Performance guaranteed.

Render data using types

Automatically format and validate your data based on industry-standard types. Rowstack understands your data structure intuitively.

Sort, filter and group data

Dynamic organization tools that let you drill down into your data instantly. Group by any column to see nested aggregates.

Hide columns for custom views

Create personalized data perspectives by easily toggling column visibility. Save views for different user roles.

Summarize and aggregate columns

Built-in mathematical functions to calculate totals, averages, and counts across your dataset without extra code.

Customize cell height and width

Fine-grained control over layout to ensure your data is always presented perfectly, no matter the content size.

Render data using types

Batteries included, just bring your data

Rowstack is designed to be easy to get started with sensible defaults, while remaining fully configurable as your needs grow.

0102030405060708091011121314151617181920
import Table from '@rowstack-io/rowstack';

function Datagrid() {
  const columns = [
    { id: 0, name: "Name" },
    { id: 1, name: "Description" },
  ];

  const data = [
    { id: 0, 0: "Sam Altman", 1: "CEO @ Open AI" },
    { id: 1, 0: "Elon Musk", 1: "CEO @ Tesla" },
    { id: 2, 0: "Jeff Bezos", 1: "Founder, Amazon" },
  ];

  return (
    <div style={{ width: 600, height: 400 }}>
      <Table data={data} columns={columns} />
    </div>
  );
}

Managed state

Simply fetch initial data from the server and pass it to Rowstack. It manages the rest.

Zero config

Rowstack works out of the box with sensible defaults, but can be fully customized when needed.

Modern design

Rowstack is painstakingly engineered down to the pixel to be fast and modern.

Context menus

Right-click on any cell to open a context menu with common actions.

Custom renderers

Render any content in a cell using custom renderers. Text, images, or even other components.

Keyboard navigation

Navigate the grid using your keyboard. Arrow keys, Enter, Esc, and more.

Ready to build?

Experience the power of the Rowstack datagrid in your own application today.