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
Nikolay David
Program
5
02/01/2026
Keiko Yamashita
Program
1
07/22/2025
Marta Yin
Metrics
10
02/15/2026
Eugenia Kimani
Intranet
6
05/22/2025
Gisela Arnarson
Solutions
9
11/28/2025
Natalya Bitton
Data
2
07/17/2025
Yu Khan
Division
6
01/14/2026
Galina Zhang
Optimization
9
10/05/2025
Wilai Buthelezi
Metrics
7
04/02/2025
Alexander Wolf
Branding
1
02/03/2026
Elke Rungrueang
Optimization
6
05/02/2025
Tal Njuguna
Quality
6
06/28/2025
Nokuthula Pritchard
Program
2
12/10/2025
Blessing Edwards
Directives
4
07/28/2025
Elizabeth Isaac
Quality
6
09/26/2025
Yoshiko Michalski
Division
6
01/23/2026
Takeshi Alonso
Security
8
04/06/2025
Lyubov Harle
Operations
10
01/14/2026
Xiang Suissa
Optimization
4
04/29/2025
Xiaoping Bunmi
Accountability
5
02/23/2026
Karin Watson
Accounts
10
04/28/2025
Mei Yamada
Accountability
5
06/16/2025
Jackline Hendriks
Solutions
8
04/26/2025
Rita Liang
Metrics
2
09/06/2025
Justyna Njoroge
Accounts
2
11/30/2025
Galina Maeda
Directives
4
02/19/2026
Ling Hofmann
Quality
10
03/19/2025
Jorge Saha
Solutions
8
06/25/2025
Hui Ellis
Branding
2
03/11/2025
Kseniya Thompson
Security
5
09/14/2025
Yoshimi Garrido
Metrics
7
04/29/2025
Tamar Ishii
Division
2
03/31/2025
Kabiru Goto
Intranet
9
06/19/2025
Samuel Ntuli
Operations
10
04/29/2025
Somchai Usman
Program
5
07/27/2025
Gabra Zhu
Security
4
09/03/2025
Lindiwe Hayashi
Accounts
7
04/11/2025
Nan Ghosh
Metrics
5
05/20/2025
Yoshimi Idris
Branding
10
08/25/2025
Yukio Yamada
Quality
4
07/26/2025
Andrew Lebedeva
Creative
6
08/21/2025
Mikhail Ragnarsson
Accounts
4
05/03/2025
Paulina Kuznetsov
Quality
2
08/29/2025
Erna Yamaguchi
Security
6
05/30/2025
Nokuthula Yamashita
Accounts
1
12/16/2025
Ingrid Cao
Program
5
08/25/2025
Lan Khoury
Accounts
8
06/07/2025
Lilja Hughes
Division
5
05/10/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.