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
Wanjiru Dube
Web
7
02/19/2026
Xin Phillips
Directives
1
07/16/2025
Santosh Cohen
Identity
7
10/30/2025
Prani Van-den-Berg
Web
4
04/20/2025
Laura Mahlangu
Identity
5
12/04/2025
Angela Watanabe
Brand
7
05/30/2025
Birna Umaru
Identity
8
04/28/2025
Tal Han
Creative
5
01/10/2026
Denis Rosenberg
Data
8
09/17/2025
Ram Song
Group
10
05/10/2025
Kirill Segel
Data
3
01/17/2026
Xiang Schmitt
Directives
5
01/21/2026
Marina Njoroge
Data
4
09/16/2025
Anan Baran
Accountability
5
07/22/2025
Fumiko Lang
Integration
7
03/19/2025
Robert Sukkasem
Creative
8
03/14/2026
Tal Mandal
Quality
5
09/28/2025
Rita Adan
Quality
9
12/19/2025
Wanjiru Yamamoto
Data
2
10/20/2025
Bin Njeri
Response
3
04/04/2025
Andrzej Fujita
Functionality
8
03/06/2026
Yukio Vargas
Identity
5
05/07/2025
Zanele Brown
Interactions
8
11/11/2025
Mahmood Richardson
Integration
2
04/21/2025
Ping Rosenberg
Functionality
8
11/27/2025
Akira Guo
Interactions
8
08/16/2025
Sammy Sharma
Data
4
06/07/2025
Aisha Singh
Accountability
8
03/28/2025
Themba Mutuku
Identity
2
03/26/2025
Suman Smirnova
Quality
2
02/22/2026
Ning Chided
Interactions
2
02/08/2026
Fran Kaiser
Interactions
7
07/21/2025
Lan Isa
Group
6
01/06/2026
Steven Sawicki
Interactions
5
02/13/2026
Yuriy Ye
Identity
6
02/14/2026
Eunice Amadi
Solutions
6
08/29/2025
Vincent Tan
Solutions
6
08/18/2025
Gary Bjarnason
Creative
5
11/20/2025
Muhammed Zhang
Interactions
1
05/30/2025
Nancy Ahmed
Directives
6
01/08/2026
Beata Mazur
Data
6
04/28/2025
Fernando Inoue
Creative
8
07/31/2025
Iwona Garcia
Brand
3
06/08/2025
Anong Mahato
Accountability
5
04/22/2025
Joanna Yaakv
Group
7
01/25/2026
Bongani Frolova
Quality
6
01/24/2026
Zainab Brown
Directives
2
11/01/2025
Joanna Ntuli
Response
2
09/21/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.