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
Yoshimi Bibi
Marketing
9
05/12/2025
Jin Azulay
Division
3
02/15/2026
Iwona Cele
Accountability
3
01/03/2026
Antonio Sato
Factors
9
04/26/2025
Yuval Adan
Accounts
8
05/01/2025
Victor Nikolaev
Usability
10
11/12/2025
Miykhael Scholz
Communications
2
04/15/2025
Tal Bakker
Communications
6
10/14/2025
Hiroko Volkova
Intranet
4
08/16/2025
Kasia Saidu
Factors
6
06/27/2025
Esther Fiala
Accounts
3
06/30/2025
Wirot Ngubane
Factors
8
08/11/2025
Mpho Kariuki
Usability
8
07/28/2025
Jose-Luis Suarez
Group
7
07/12/2025
Suman Hongthong
Accounts
6
05/05/2025
Sam Suarez
Data
2
02/28/2026
Miguel-Angel Price
Assurance
1
11/05/2025
Steinunn Chauke
Group
9
09/19/2025
Mo Sharabi
Factors
7
04/19/2025
Qiang Price
Accounts
3
05/27/2025
Mark Klein
Applications
6
12/20/2025
Busisiwe Khan
Accounts
7
02/18/2026
Walter Hoekstra
Integration
9
06/03/2025
Anong Koster
Data
5
12/23/2025
Tatyana Bos
Operations
7
01/17/2026
Jan Iglesias
Group
4
03/29/2025
Manju Greenberg
Factors
3
01/12/2026
Leah Weber
Quality
8
01/05/2026
Nathan Rotich
Division
8
04/13/2025
Marcin Phillips
Marketing
2
09/25/2025
Carol Molefe
Group
5
02/10/2026
Sushila Adan
Marketing
6
05/10/2025
Johannes Gumede
Accountability
8
06/09/2025
Somsak Xiao
Data
2
12/03/2025
Katarzyna Sato
Data
3
11/05/2025
Hulda Adamu
Marketing
7
10/24/2025
Lyudmila Haruna
Quality
9
12/24/2025
Ali Katz
Applications
9
04/22/2025
Gita Mkhize
Accounts
8
01/25/2026
Li Sukkasem
Assurance
6
05/04/2025
Claudia Jacobs
Accountability
8
02/04/2026
Chen Wagner
Factors
6
08/09/2025
Johan Ahmed
Data
8
03/04/2026
Sri Nayak
Integration
10
02/12/2026
Kiran Fernandez
Marketing
9
09/06/2025
Gita Zakharov
Division
6
08/20/2025
Olga Michalski
Data
7
11/22/2025
Shay Emmanuel
Assurance
5
09/20/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.