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
Waraphon Meijer
Tactics
4
09/14/2025
Bunmi Griffiths
Directives
8
09/21/2025
Nan Nakajima
Accounts
8
07/15/2025
Janusz Ohayon
Data
5
11/21/2025
Dinesh Umar
Research
9
03/24/2025
Liyor Powell
Paradigm
9
07/25/2025
Themba Saha
Operations
9
12/02/2025
Robert Zheng
Paradigm
6
03/29/2025
Latda Kondo
Directives
4
07/09/2025
Ngozi Sah
Brand
7
08/23/2025
Yoshie Sangthong
Assurance
1
12/13/2025
Diego Shaikh
Optimization
8
12/25/2025
Moshe Azulay
Markets
7
05/21/2025
Yan Ren
Configuration
2
09/19/2025
Hisako Romanov
Research
2
02/01/2026
Elisabeth Parry
Branding
5
11/29/2025
Dmitriy Kozlov
Accounts
8
10/05/2025
Kristinn Moreno
Marketing
7
06/15/2025
Marcin Hongthong
Accounts
5
11/14/2025
Hong Pan
Accounts
2
11/18/2025
Xiaoping Hen
Assurance
9
03/02/2025
Gareth Isaac
Markets
1
01/19/2026
Martin Scholz
Marketing
8
05/08/2025
Somkhit Lee
Configuration
2
09/13/2025
Petra Khumalo
Marketing
5
01/02/2026
Bernd Schneider
Intranet
6
04/25/2025
Sarah Marciniak
Configuration
9
08/14/2025
Lilian Borkowski
Optimization
3
04/22/2025
Hideo Mahto
Operations
3
04/18/2025
Wei Mwangi
Operations
2
06/04/2025
Dennis Wen
Configuration
2
06/03/2025
Masami Baker
Marketing
1
03/10/2025
Rachel Malinowski
Assurance
7
02/12/2026
Sani Murakami
Assurance
5
02/02/2026
Ram Maas
Optimization
9
09/22/2025
Anil Kimura
Optimization
8
06/04/2025
Urai Schneider
Branding
8
01/02/2026
Leah Peters
Data
8
07/17/2025
Hisako Green
Assurance
7
11/13/2025
Adamu Carter
Tactics
7
02/10/2026
Somchit Castro
Data
6
08/11/2025
Javier Petrov
Accounts
5
11/25/2025
Daniyel Morris
Accounts
10
09/13/2025
Ester Lewis
Paradigm
9
02/16/2026
Hadiza Suarez
Optimization
9
05/08/2025
Esther Suleiman
Directives
9
09/21/2025
Chan Endo
Brand
5
06/11/2025
Uriy Saengthong
Research
9
08/12/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.