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
Hadiza Price
Directives
10
04/29/2025
Lucia Wanjiku
Paradigm
2
12/14/2025
Manfred Kuipers
Intranet
4
07/27/2025
Dariusz Luo
Factors
7
08/25/2025
Fiona Zhang
Functionality
5
03/01/2026
Jianguo Ueda
Mobility
4
01/14/2026
Claire Lang
Directives
9
10/16/2025
Rebecca Birgisson
Directives
4
02/21/2026
Elisabeth Zawadzki
Assurance
9
01/15/2026
Fran Maas
Mobility
1
08/07/2025
Shizuko Chauke
Integration
1
09/04/2025
Kanchana Jaworski
Communications
2
09/07/2025
Christopher Morgan
Functionality
8
09/22/2025
Pedro Okeke
Paradigm
10
11/23/2025
Lakshmi Cook
Intranet
2
09/21/2025
Sri Clark
Configuration
3
09/24/2025
Fatima Marin
Functionality
4
06/24/2025
Peng Ngubane
Assurance
5
10/09/2025
Yasuo Ren
Communications
7
10/20/2025
Angela Zhou
Communications
4
01/20/2026
Yoko Zimmermann
Paradigm
5
03/04/2026
Mohan Adhiambo
Solutions
5
04/22/2025
Rachel Suad
Brand
9
06/11/2025
Yuriy Helgason
Integration
7
01/05/2026
Somsak Kaur
Intranet
6
01/22/2026
Sarah Liao
Solutions
5
10/14/2025
Pushpa Fujita
Security
9
11/24/2025
Jianping Joseph
Assurance
2
07/14/2025
Pieter Prieto
Quality
9
11/16/2025
Suman Ramos
Directives
7
02/22/2026
Guy Yan
Directives
7
03/08/2026
Hui Hofmann
Mobility
3
11/26/2025
John Patel
Paradigm
5
07/28/2025
John Herbulot
Communications
3
09/03/2025
Bello Egorova
Division
7
04/22/2025
Amnuai Sharma
Brand
2
10/10/2025
Ling Ramos
Functionality
9
06/03/2025
Dorota Ota
Directives
8
12/12/2025
Horst Kongkaeo
Communications
7
11/30/2025
Monika Rivera
Mobility
3
03/16/2026
Nikita Shaw
Solutions
8
01/11/2026
Mpho Borkowski
Mobility
5
06/21/2025
Alexey Krause
Paradigm
2
07/05/2025
Somchit Majewski
Division
5
07/16/2025
Shizuko Patil
Solutions
4
02/02/2026
Philip Yao
Solutions
2
08/30/2025
Valentina Braun
Brand
8
08/01/2025
Shoji Eliyahu
Mobility
2
02/10/2026

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.