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
Blessing Ye
Optimization
4
03/19/2025
Paul Schwartz
Accounts
7
09/24/2025
Kiran Jakubowski
Configuration
3
12/01/2025
Anah Yosef
Brand
2
07/16/2025
Bin Katz
Usability
7
10/24/2025
Jonathan Haraldsson
Usability
6
12/11/2025
Walter Adri
Mobility
10
04/01/2025
Josefa Mazibuko
Marketing
4
04/09/2025
Yuko Alvarez
Configuration
4
03/20/2025
Eunice Sithole
Quality
4
08/15/2025
Yael Rogers
Accounts
2
05/19/2025
Jianping Guo
Functionality
3
03/23/2025
Moses Taylor
Accounts
4
10/20/2025
Mohamed Howells
Accounts
5
01/20/2026
Blessing Bevan
Accounts
9
06/05/2025
Christa Khatun
Configuration
4
03/09/2025
Meiyr Barasa
Assurance
2
12/22/2025
Teruko Schulze
Optimization
6
01/23/2026
Ying Moshe
Paradigm
1
11/28/2025
Masami Matthews
Optimization
7
04/15/2025
Johan Novikova
Creative
7
09/16/2025
Alejandro Ahmad
Interactions
9
02/20/2026
Koichi Molina
Usability
3
09/24/2025
Pawel Suissa
Quality
8
11/04/2025
Maryam Kuipers
Accounts
9
10/15/2025
Hisako Richards
Accounts
7
04/03/2025
Karen Powell
Paradigm
10
07/23/2025
Pilar Umaru
Accounts
6
12/23/2025
Marcin Ramirez
Usability
2
07/22/2025
Eugenia Avraham
Functionality
10
06/03/2025
Gabra Karanja
Assurance
4
10/23/2025
Raju Martin
Interactions
5
01/22/2026
Rafael Haraldsson
Usability
2
11/18/2025
Alexey Morozov
Communications
2
07/05/2025
Hong Smits
Program
1
10/11/2025
Anah Cherinsuk
Accounts
3
08/26/2025
Manju Smits
Interactions
7
09/01/2025
Somchit Cao
Quality
2
11/09/2025
Maria Ragnarsson
Usability
6
03/27/2025
Aleksander Vos
Paradigm
7
09/04/2025
Colin Shaikh
Interactions
1
03/17/2025
Pushpa Okoro
Configuration
3
10/24/2025
Ahmad Vazquez
Brand
4
09/17/2025
Nobuko Akpan
Program
5
10/29/2025
Christian Dong
Assurance
8
12/29/2025
Santosh Fuchs
Interactions
2
04/25/2025
Shoshanah Howells
Quality
2
05/18/2025
Erna Schulz
Quality
5
03/05/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.