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
Rachel Anyango
Solutions
4
01/16/2026
Sibongile Panya
Assurance
3
07/19/2025
Nancy Lawal
Configuration
2
08/13/2025
Dariusz Rathod
Directives
7
01/29/2026
Abdullahi Mutua
Assurance
7
10/25/2025
Margaret Kumari
Security
2
05/03/2025
Carol Hofmann
Configuration
5
01/21/2026
Shimon Sichantha
Intranet
7
11/13/2025
Kirill Ono
Usability
9
01/07/2026
Alberto Prins
Paradigm
2
12/31/2025
Kenneth Griffiths
Research
9
09/07/2025
Yong Sharabi
Configuration
8
07/05/2025
Chao Ding
Branding
2
02/26/2026
Hiromi Smit
Usability
8
12/14/2025
Hildur Lehmann
Mobility
7
03/27/2025
Carol Ashknaziy
Paradigm
10
04/23/2025
Charles Yu
Web
8
05/31/2025
Maria Visser
Configuration
9
09/04/2025
Gareth Prins
Web
4
02/22/2026
Yael Mathebula
Directives
5
10/25/2025
Agata Egorova
Usability
8
01/19/2026
Kanchana Smoakley
Assurance
5
11/09/2025
Esther Becker
Intranet
5
08/02/2025
Carol Muthoni
Research
5
01/12/2026
Kiyoshi Ivanov
Usability
3
12/15/2025
Magda Thomas
Directives
5
01/08/2026
Kazuo Ohayon
Web
5
12/23/2025
Ravi Schmid
Assurance
8
11/12/2025
Shoshanah Okeke
Usability
2
11/22/2025
Philip Biswas
Assurance
6
06/01/2025
Christine Marciniak
Applications
2
01/16/2026
Christa Wen
Intranet
4
09/18/2025
Yun Gonzalez
Configuration
3
06/27/2025
Nokuthula Jakubowski
Web
3
11/13/2025
Usha Kaiser
Applications
3
04/19/2025
Uwe Allen
Intranet
5
08/05/2025
Isah Zakharova
Paradigm
4
03/11/2026
Mitsuo Walters
Assurance
9
06/07/2025
Gareth Bunma
Intranet
5
02/04/2026
Suresh Deng
Mobility
7
03/18/2026
Pieter Wairimu
Security
3
03/22/2025
Wilai Lopez
Paradigm
10
10/23/2025
Hildur Barman
Branding
3
01/29/2026
Mpho Nakajima
Branding
4
07/06/2025
Zhen Kobayashi
Research
9
11/02/2025
Jonathan Peter
Brand
4
12/18/2025
Paula Gunnarsson
Accounts
3
04/18/2025
Pushpa Stepanov
Directives
6
06/16/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.