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
Lyudmila Gaby
Marketing
4
03/19/2025
Lakshmi Kariuki
Identity
9
05/22/2025
Min Mohammed
Program
2
10/30/2025
Ilya Van-der-Linden
Identity
4
09/11/2025
Julie Owino
Applications
6
06/28/2025
James Adan
Brand
7
12/27/2025
Peng Cheng
Branding
9
11/02/2025
Yasuko Ahmed
Applications
5
08/17/2025
Gisela Kok
Solutions
8
11/26/2025
Pilar Chmielewski
Branding
4
04/25/2025
Alan Liu
Branding
1
08/11/2025
Joyce Macharia
Solutions
1
09/26/2025
Mark Takeuchi
Integration
3
03/13/2025
Mardkhay Pal
Branding
5
01/24/2026
Somchit Yin
Brand
5
01/30/2026
Miyoko Aguilar
Creative
9
05/10/2025
Catherine Price
Creative
8
12/18/2025
Samuel Prins
Directives
9
01/20/2026
Vijay Odhiambo
Integration
5
10/01/2025
Mali Johnson
Creative
3
04/19/2025
Kenneth Dumont
Integration
9
04/24/2025
Lalita Usman
Brand
6
02/08/2026
Qing Chand
Directives
7
12/26/2025
Zhen Jaworski
Configuration
5
12/21/2025
Barbara Chukwu
Program
3
09/08/2025
Ana Morozova
Solutions
8
03/26/2025
Asha Ndlovu
Applications
8
10/26/2025
Maryam Keller
Intranet
2
12/14/2025
Mercy Pavlov
Configuration
10
10/06/2025
Lan Ansari
Marketing
7
01/26/2026
Walter Panya
Brand
9
12/31/2025
Charoen Schulz
Integration
7
05/11/2025
Herbert Thakur
Creative
8
08/07/2025
Marcin Kjartansson
Directives
2
11/23/2025
Sunil Eliyahu
Brand
4
08/31/2025
Sveinn Hasna
Security
8
03/28/2025
Suman Ochieng
Applications
4
04/29/2025
Gisela Isah
Applications
1
09/02/2025
Maria-Jose Shapiro
Metrics
8
01/11/2026
Joy Khumalo
Creative
1
04/22/2025
Noriko Nowak
Intranet
2
11/12/2025
Xiaohong Gupta
Integration
5
01/11/2026
Alyona Rogers
Branding
9
12/07/2025
Yoshie Xu
Marketing
3
07/19/2025
Ashok Soto
Metrics
4
10/23/2025
Pushpa Maas
Intranet
1
04/30/2025
Lakshmi Dudek
Applications
3
07/06/2025
Rattana Sani
Branding
1
05/02/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.