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
Udom Fu
Group
5
02/28/2026
Sammy Kok
Functionality
3
03/10/2026
Aleksandra Gunnarsson
Web
9
08/13/2025
Masako Sasaki
Quality
4
11/27/2025
Lindiwe Moreno
Quality
3
06/01/2025
Magda Sawicki
Security
8
04/09/2025
Jorge Mbatha
Functionality
4
10/01/2025
David Wood
Applications
8
08/24/2025
Stefan Venter
Tactics
2
01/15/2026
Yoko Mikhaylov
Research
6
02/24/2026
Hiroshi Ibrahim
Optimization
3
08/13/2025
Maria-Isabel Yosef
Tactics
2
12/20/2025
Rattana Nkosi
Metrics
8
07/23/2025
Ana Carter
Security
8
05/23/2025
Chao Maina
Group
6
12/28/2025
Ling Navarro
Branding
8
02/13/2026
Anthony Isah
Operations
6
03/07/2026
Yoshiko Schmidt
Security
9
06/20/2025
Anastasiya Van-der-Heijden
Metrics
9
01/18/2026
Kseniya Stepanova
Group
3
11/07/2025
Natalya Golan
Paradigm
4
03/12/2026
Susan Yoshida
Applications
2
07/04/2025
Manoj Shaw
Response
4
12/16/2025
Sunita Ashknaziy
Optimization
9
06/23/2025
Wanjiru Takeuchi
Metrics
1
11/06/2025
William Ber
Group
4
04/19/2025
Somkhit Bala
Optimization
4
11/27/2025
Dolores Panya
Branding
3
05/06/2025
Atli Schouten
Markets
4
04/26/2025
Caroline Tal
Tactics
3
06/14/2025
Nancy Ramirez
Applications
8
09/28/2025
Helen Powell
Functionality
5
11/07/2025
Konstantin Egorov
Functionality
3
06/20/2025
Rose Dauda
Functionality
1
09/19/2025
Eugenia Mayer
Applications
1
04/19/2025
Sara Klein
Metrics
10
03/28/2025
Fernando Rathod
Group
1
02/05/2026
Hiromi Langat
Paradigm
9
11/07/2025
Toshiko Adamu
Quality
3
03/13/2026
Paul Ngcobo
Quality
3
09/06/2025
Yuval Grabowski
Operations
4
12/29/2025
Reiko Kimura
Tactics
10
05/15/2025
Somchit Yuan
Functionality
2
08/05/2025
Christine De-Bruijn
Security
4
11/16/2025
Renate Ndlovu
Tactics
2
12/07/2025
Victor Ramos
Operations
7
03/24/2025
Reiko Wilk
Security
1
12/02/2025
Somchai Ntuli
Group
9
06/19/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.