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
Emiko Novikova
Quality
10
09/12/2025
Michael Yamashita
Brand
6
12/11/2025
Kristinn Nguyen
Markets
7
08/25/2025
Darya Okoro
Metrics
9
12/12/2025
Kun Prins
Directives
6
05/09/2025
Johanna Gutierrez
Assurance
3
04/12/2025
Yue Sharma
Assurance
8
01/23/2026
Maria-Jose Eze
Quality
2
10/15/2025
Brigitte He
Integration
1
01/11/2026
Zanele Dudek
Directives
3
05/29/2025
Ning Chepkemoi
Quality
1
03/06/2025
Inga Govender
Program
9
05/20/2025
Suwit Sani
Paradigm
2
02/09/2026
Jerzy Rabiu
Research
10
01/25/2026
Joan Hernandez
Quality
9
05/02/2025
Somphon Yamazaki
Program
3
02/26/2025
Darya Vos
Assurance
3
01/22/2026
Yue Fernandez
Brand
2
02/19/2026
Piotr Soto
Markets
8
02/08/2026
Jason Aliev
Research
5
03/23/2025
Eliyahu Friedman
Security
2
05/07/2025
Masao Yamaguchi
Integration
6
05/02/2025
Diego Adamczyk
Security
6
07/17/2025
Yaakv Moreno
Program
3
12/30/2025
Sushila Chided
Paradigm
2
11/28/2025
Leah Romanova
Directives
5
11/21/2025
Haiyan Kristinsson
Integration
3
11/20/2025
Mieko Dudek
Research
7
11/11/2025
Jacobus Zajac
Metrics
3
06/09/2025
Elena De-Bruijn
Directives
3
12/11/2025
Joanna Chauke
Quality
5
01/02/2026
Xin Hussein
Mobility
3
09/22/2025
Thomas Bauer
Directives
5
06/19/2025
Dolores Novikov
Security
3
06/19/2025
Zanele Mendoza
Markets
2
11/02/2025
Susanne Perez
Assurance
8
02/08/2026
Pedro Suwan
Brand
3
02/24/2026
Manfred Thomas
Paradigm
1
02/25/2025
Edda Einarsson
Assurance
2
09/22/2025
Kevin Czarnecki
Metrics
8
09/07/2025
Sharon Price
Metrics
8
07/17/2025
Sibusiso Rotich
Identity
7
04/23/2025
Kazuo Tang
Research
6
05/21/2025
Fatima Gutierrez
Identity
3
12/31/2025
Yu Patil
Research
5
07/27/2025
Olga Karlsson
Markets
7
08/18/2025
Nokuthula Zaytseva
Security
4
01/02/2026
Rut Hassan
Markets
4
07/15/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.