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
Franz Llewellyn
Tactics
5
05/30/2025
Rose Kubiak
Configuration
9
07/06/2025
Thabo Gonzales
Group
7
05/17/2025
Janusz Cortes
Identity
3
06/22/2025
Nicola Sekh
Intranet
8
12/30/2025
Lihua Shimizu
Optimization
1
10/18/2025
Roman Mahlangu
Data
10
12/01/2025
Victor Yao
Division
8
07/16/2025
Gang Powell
Branding
2
12/04/2025
Miriam Sato
Tactics
3
07/25/2025
Hildur Yan
Solutions
5
06/29/2025
Olga Sokolov
Configuration
1
06/20/2025
Renate Ngobeni
Identity
8
01/07/2026
Joyce Zimmermann
Optimization
3
03/14/2025
Ashok Volkova
Data
2
02/13/2026
Yasuko Chaichana
Functionality
10
02/19/2026
Nicola Blanco
Division
5
12/24/2025
Helga Rogers
Division
3
08/30/2025
Hassan Andreeva
Tactics
2
01/14/2026
Yoshie Mizrahi
Solutions
5
01/18/2026
Angela Kumari
Group
6
05/28/2025
Rong Herrmann
Solutions
8
07/18/2025
Rosa Deng
Branding
8
07/17/2025
Christa Cele
Creative
9
07/03/2025
Angela Meijer
Paradigm
4
03/06/2026
Yhudah Mazur
Marketing
3
10/25/2025
Somnuek Dumont
Configuration
9
08/26/2025
Shanti Maeda
Solutions
9
09/05/2025
Alyona Akpan
Configuration
4
06/29/2025
Jianping Evans
Configuration
8
07/26/2025
Anah Yahaya
Assurance
3
05/27/2025
Iwona Zhang
Solutions
9
05/10/2025
Urmila Umaru
Division
2
10/16/2025
Mohamed Mahlangu
Data
2
05/18/2025
Katarzyna Isah
Tactics
10
06/16/2025
Petra Marciniak
Identity
6
09/17/2025
Narong Kuipers
Marketing
2
12/14/2025
Uwe Jia
Assurance
3
11/28/2025
Nicola Chepkemoi
Data
7
09/13/2025
William Lehmann
Tactics
1
01/31/2026
Stefan Ahmed
Division
2
11/03/2025
Valentina Okada
Configuration
4
07/20/2025
Linda Njoroge
Group
5
08/04/2025
Sombun Bala
Group
1
02/04/2026
Na He
Intranet
1
04/20/2025
Jianhua Helgason
Division
3
11/14/2025
Noam Bello
Marketing
7
03/21/2025
Nathan Aoki
Division
2
05/29/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.