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
Arnar Sitwat
Program
6
08/29/2025
Sabine Devi
Communications
2
06/11/2025
Svetlana Young
Quality
9
04/09/2025
Vinod Zaytseva
Paradigm
3
01/29/2026
Inga Rabiu
Integration
4
05/02/2025
Omer Borkowski
Branding
3
10/22/2025
Jin Sharabi
Paradigm
1
11/10/2025
Nkosinathi Mahato
Integration
4
01/23/2026
Bjarni Jacobs
Functionality
9
08/01/2025
Philip Hussein
Solutions
6
02/24/2026
Lucy Dahan
Quality
3
07/19/2025
Jianping Van-den-Berg
Response
2
07/07/2025
Manoj Wojciechowski
Communications
10
10/30/2025
Kristinn Gutierrez
Directives
5
04/14/2025
Magda Mohammed
Configuration
2
03/26/2025
Ming Zhao
Quality
7
08/05/2025
Sommai Sanz
Research
4
11/27/2025
Anil Ohana
Quality
3
05/30/2025
Manfred Ding
Branding
5
06/03/2025
Thabo Shimizu
Accounts
10
09/14/2025
Bernd Das
Program
4
03/24/2025
Somchit Gu
Branding
8
02/11/2026
Hiromi Kucharski
Functionality
8
03/13/2025
Takako White
Research
5
01/15/2026
Ian Bos
Solutions
10
12/10/2025
Erika Kwiatkowski
Solutions
1
08/10/2025
Anan Richards
Metrics
2
09/03/2025
Moses Hongthong
Quality
7
07/29/2025
Edda Van-Beek
Branding
6
04/14/2025
Fatima Dube
Data
2
06/05/2025
Francisco-Javier Ray
Quality
7
06/12/2025
Jin Pietrzak
Response
2
06/16/2025
Usha Haraldsson
Solutions
9
09/04/2025
Bello Lopez
Response
3
07/13/2025
Emiko Levy
Branding
5
03/21/2025
Tadashi Fernandez
Functionality
3
11/17/2025
Isah Ntuli
Metrics
4
10/28/2025
Oleg Umaru
Data
2
06/02/2025
Carmen Khatoon
Program
1
09/17/2025
Miykhal Suleiman
Communications
5
03/22/2025
Liyor Zaytseva
Metrics
10
05/08/2025
Wilai Jin
Quality
2
03/05/2025
Kristina Ahmed
Accounts
5
05/05/2025
Ping Aliyu
Communications
7
05/11/2025
Eugenia Yamaguchi
Configuration
1
07/31/2025
Sushila Chepkemoi
Metrics
9
02/08/2026
Alyona Nikolaev
Directives
8
03/13/2025
Lisa Aoki
Metrics
6
04/08/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.