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
Lakshmi Sasaki
Response
4
08/09/2025
Lalita Hahn
Accountability
5
05/13/2025
Lin Sombun
Integration
9
11/08/2025
Hendrik Mabaso
Directives
2
08/09/2025
Javier Jadhav
Research
3
02/15/2026
Sara Nowicki
Directives
5
07/22/2025
Somphon Salazar
Response
8
03/02/2025
Linda Adamczyk
Research
10
04/28/2025
Hadiza Svoboda
Mobility
2
08/11/2025
Margaret Alvarez
Applications
9
11/21/2025
Yan Bala
Response
7
02/02/2026
Mali Griffiths
Communications
9
10/17/2025
Samuel Rubio
Research
7
10/31/2025
John Sakamoto
Web
6
09/22/2025
Eliyahu Nguyen
Mobility
4
12/22/2025
Zhiqiang Biswas
Optimization
10
11/14/2025
Idris Dominguez
Integration
10
06/08/2025
Alyona Maseko
Assurance
5
04/13/2025
Alejandro Okeke
Creative
6
03/23/2025
Christine Bekher
Solutions
4
09/03/2025
Dieter Sibiya
Mobility
9
02/19/2026
Hiroko Katz
Creative
5
01/06/2026
Vinod Nikolaeva
Accountability
9
03/16/2025
Isa Zajac
Optimization
9
08/27/2025
Adiy Patel
Response
2
01/13/2026
Haruna Arai
Assurance
4
09/13/2025
Santosh Zaytseva
Web
9
12/23/2025
Juan Smit
Quality
8
01/16/2026
Lilja Okon
Directives
5
12/15/2025
Ruth Huisman
Assurance
9
07/07/2025
Mardkhay Yang
Assurance
10
01/26/2026
Christa Hussein
Creative
9
08/30/2025
Wichian Yamazaki
Assurance
6
09/20/2025
Petra Maier
Web
1
09/02/2025
Mpho Cheruiyot
Quality
3
05/23/2025
Mohammad Mofokeng
Accountability
2
08/06/2025
Shizuko Meyer
Quality
4
10/04/2025
Prani Yahaya
Group
9
02/26/2026
Jerzy Walczak
Integration
1
12/02/2025
Vijay Fernandez
Quality
2
06/29/2025
Victor Garrido
Quality
2
06/24/2025
Kenji Martinez
Assurance
10
05/29/2025
Somchit Owen
Applications
6
08/07/2025
Suwit Borkowski
Quality
1
04/22/2025
Omer Vasilev
Creative
9
12/11/2025
Shoshanah Kok
Integration
4
07/30/2025
Magda Sanz
Integration
5
07/15/2025
Valentina Kobayashi
Quality
4
03/17/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.