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
Sveinn Keller
Integration
2
01/27/2026
Dmitriy Richards
Security
9
07/28/2025
Isabel Aoki
Security
4
04/01/2025
Francis Yosef
Interactions
9
01/19/2026
Yisrael Marek
Metrics
7
08/13/2025
Martha Abdi
Identity
10
12/27/2025
Thawi Gomez
Research
7
02/24/2026
Claire Hahn
Creative
6
02/19/2026
Sharon Takeuchi
Integration
3
02/02/2026
Eliyahu Jones
Research
4
04/04/2025
Sergey Prasad
Marketing
3
06/05/2025
Sawat Elbaz
Mobility
3
03/08/2026
Xiaohong Greenberg
Integration
5
01/30/2026
Zhen Pietrzak
Tactics
6
02/06/2026
Hideo Zoabi
Metrics
6
09/16/2025
Joy Mutuku
Security
7
09/23/2025
Wanphen Oakley
Accountability
6
04/01/2025
Mali Neumann
Accountability
2
09/02/2025
Nan Dlamini
Interactions
1
05/09/2025
Somsak Dlamini
Accountability
9
06/22/2025
Sergio Vega
Division
9
02/16/2026
Ryan Molina
Division
7
07/04/2025
Amnuai Shaw
Brand
8
10/19/2025
Gerhard Kuznetsova
Tactics
7
03/27/2025
Janusz Ishikawa
Mobility
2
04/22/2025
Ivan Yakovleva
Creative
4
06/26/2025
Christian Karanja
Security
5
05/14/2025
Mark Sharma
Mobility
4
10/17/2025
Mpho Saeueng
Accountability
8
04/05/2025
Ling Yamamoto
Marketing
4
03/31/2025
Anthony Fu
Division
2
02/22/2026
Jin Mabaso
Division
8
11/10/2025
Svetlana Bala
Metrics
6
08/19/2025
Samran Kowalski
Accounts
4
05/19/2025
John Ngwenya
Tactics
6
11/23/2025
Alejandro Perez
Metrics
7
08/17/2025
Olga Baker
Integration
6
11/30/2025
Sachiko Schulz
Accountability
8
08/18/2025
Nikita Zhong
Mobility
4
07/12/2025
Jesus Nayak
Research
2
04/04/2025
Luis Ishii
Mobility
10
05/16/2025
Elisabeth Sato
Mobility
10
08/09/2025
Tomiko Akpan
Accounts
10
12/07/2025
Rose Rodriguez
Brand
8
08/26/2025
Ning Hashimoto
Security
4
11/28/2025
Sharon Van-Dijk
Tactics
5
07/11/2025
Zbigniew Bennett
Mobility
10
05/27/2025
Matthew Keller
Interactions
7
04/11/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.