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
Jianping Chen
Data
9
04/07/2025
Lalita Umar
Group
2
10/27/2025
Karen Tshabalala
Accounts
10
05/04/2025
Zanele Ostrowski
Interactions
9
01/16/2026
Laura Yadav
Data
5
02/20/2026
Kenneth Mori
Accounts
10
12/19/2025
Ramesh Ndlovu
Interactions
6
07/17/2025
Hui Anyango
Quality
6
04/25/2025
Olga Fukuda
Data
9
01/02/2026
Colin Golan
Directives
4
04/01/2025
Vinod Abe
Creative
7
11/25/2025
Nittaya Taylor
Accounts
5
11/29/2025
Xiaoping Zawadzki
Directives
8
09/08/2025
Ewa Kristinsson
Accountability
6
01/08/2026
Nadezhda Kariuki
Data
3
03/11/2025
Anan Mikhaylova
Factors
9
05/01/2025
Rong Deng
Directives
9
03/30/2025
Antonia Kikuchi
Accountability
9
10/12/2025
Robert Baran
Directives
5
11/23/2025
Cristina Nakajima
Factors
7
12/15/2025
Cheng Hahn
Data
8
08/28/2025
Mo Hasegawa
Branding
3
01/03/2026
Kun Bai
Creative
5
04/29/2025
Ragnar Schmid
Branding
10
07/30/2025
Rekha Saelim
Identity
2
01/02/2026
Haruna Njuguna
Accounts
4
02/27/2025
Lakshmi Segel
Accounts
8
05/02/2025
Charoen Sombun
Metrics
10
11/10/2025
Joseph Chmielewski
Factors
7
03/09/2025
Svetlana Richardson
Quality
4
05/28/2025
Jorge Aliev
Creative
4
03/16/2025
Prani Yang
Identity
7
03/13/2025
Thawi Yu
Factors
7
08/07/2025
Jennifer Wilk
Group
7
08/13/2025
Angela Saidu
Division
7
01/13/2026
Mohammed Kumar
Interactions
8
09/17/2025
Muhammad Kondo
Directives
9
12/11/2025
Avraham Hayashi
Data
3
04/08/2025
Kiyoko Cooper
Branding
3
06/09/2025
Claire Naidoo
Interactions
6
12/20/2025
Mei Zhao
Creative
4
04/20/2025
Jerzy Richardson
Program
8
02/15/2026
Brigitte Saeueng
Accountability
4
09/23/2025
Karin Pietrzak
Interactions
9
12/20/2025
Thomas Van-Dijk
Identity
8
10/18/2025
Sommai Hartmann
Accountability
7
03/14/2025
Mina Maier
Division
7
02/20/2026
Joyce Fujita
Data
10
12/20/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.