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
Zhen Werner
Optimization
8
11/03/2025
Kabiru Salazar
Creative
8
03/21/2025
Alejandro Yakubu
Web
2
01/08/2026
Hulda Fernandez
Usability
3
12/31/2025
Yu Alonso
Metrics
4
11/05/2025
Shanti Hasna
Directives
8
12/16/2025
Juan James
Operations
1
06/13/2025
Mali Yusuf
Markets
6
02/23/2026
Galina Sichantha
Operations
6
10/06/2025
Yhudiyt Egorova
Factors
8
09/15/2025
Anah Jacobs
Markets
3
04/16/2025
Samuel Dominguez
Applications
2
12/26/2025
Lijun Kozlov
Quality
8
03/29/2025
Mei Mbatha
Creative
9
12/02/2025
Aliyu Baker
Quality
3
03/12/2026
Zhen Dahan
Quality
7
08/30/2025
Xiang Xiao
Applications
7
09/19/2025
Hiroshi Bunmi
Quality
3
07/11/2025
Yu Walters
Directives
5
09/04/2025
Hui Mohammed
Branding
5
02/21/2026
Eva Koch
Web
7
09/21/2025
Aleksandra Morozov
Operations
7
02/04/2026
Santosh Haraldsson
Markets
6
06/11/2025
Ying Dayan
Metrics
2
10/02/2025
Cheng Liu
Group
7
07/03/2025
Elizabeth Umaru
Operations
3
03/29/2025
Ann Du-Plessis
Branding
2
08/04/2025
Ramesh Ivanov
Optimization
9
08/21/2025
Mary Thongdi
Optimization
6
03/05/2026
Matthew Tanaka
Quality
10
08/10/2025
Ingrid Shevchenko
Optimization
5
01/05/2026
Samran Bowen
Quality
4
12/02/2025
Richard Sarkar
Group
6
10/04/2025
Daniyel Kondo
Mobility
8
08/22/2025
Jin Rowlands
Directives
2
05/29/2025
Keiko Hopkins
Markets
10
05/25/2025
Galina Petrova
Quality
5
10/23/2025
Peter Matthews
Factors
7
08/19/2025
Hulda Yadav
Applications
5
04/07/2025
Hulda Zawadzki
Creative
5
05/09/2025
Kai Meier
Mobility
2
11/27/2025
Alina Watkins
Quality
9
11/14/2025
Magdalena Ahmad
Group
9
02/24/2026
Ming Nowicki
Mobility
7
02/11/2026
Lindiwe Wolf
Usability
8
02/14/2026
Johanna Gunnarsson
Operations
9
02/17/2026
Zainab Salisu
Optimization
3
05/02/2025
Aleksandr Sokolova
Branding
8
08/15/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.