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
Mariya Kowalczyk
Markets
6
02/16/2026
Magda Maeda
Division
7
07/24/2025
Konstantin Mizrahi
Accounts
2
01/01/2026
Prasit Nkosi
Accounts
2
07/05/2025
Valentina Eze
Metrics
7
02/04/2026
Sara Kim
Creative
1
04/11/2025
Somsak Hill
Web
6
11/23/2025
Fiona Kim
Markets
8
03/04/2026
Juan Prieto
Web
2
11/09/2025
Ning Sukkasem
Group
2
07/30/2025
Yue Maas
Web
4
06/08/2025
Roy Dlamini
Data
2
07/30/2025
Masako Smits
Division
5
09/27/2025
Lijun Walczak
Response
6
01/20/2026
Lilian Cano
Factors
5
01/28/2026
Kai Wairimu
Response
3
07/02/2025
Wanchai Prasad
Metrics
5
02/26/2026
Grzegorz Majewski
Usability
4
02/25/2026
Anthony Ramos
Group
4
04/13/2025
Heinz Dijkstra
Assurance
2
09/26/2025
Rekha Hahn
Group
7
03/05/2026
Suphaphon Goldstein
Factors
9
12/30/2025
Udom Tanaka
Usability
10
06/25/2025
Nokuthula Richards
Accounts
4
05/13/2025
Toshio Simiyu
Assurance
5
10/17/2025
Anan Fernandez
Brand
2
12/09/2025
Masao Walker
Metrics
7
05/05/2025
Qiang Bekher
Response
6
11/24/2025
Joan Dumont
Communications
7
03/12/2026
Ekaterina Mulder
Communications
8
06/13/2025
Masami Agbaria
Accounts
3
07/28/2025
Noriko Alvarez
Factors
6
12/28/2025
Wei Dong
Web
8
09/22/2025
Urai Nowicki
Web
5
01/27/2026
Somchai Baloyi
Assurance
6
07/30/2025
Amphon Mizrahi
Markets
3
11/21/2025
Yuko Bevan
Brand
6
04/11/2025
Anita Michalski
Data
8
03/10/2026
Jean Becker
Metrics
7
03/23/2025
Aliyu Peretz
Usability
10
12/18/2025
Jerzy Van-Dijk
Data
2
12/30/2025
Helmut Jabarin
Functionality
5
07/12/2025
Akira Matsumoto
Functionality
2
01/30/2026
Thabo Guo
Group
4
01/31/2026
Katarzyna Harris
Assurance
6
02/16/2026
Eva Sah
Markets
4
11/27/2025
Jianhua Ngcobo
Markets
5
08/13/2025
Manju Nowakowski
Metrics
3
04/03/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.