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
Jennifer Ruiz
Marketing
8
06/14/2025
Monika Ono
Markets
7
07/07/2025
Francisca Patel
Configuration
2
02/02/2026
Amnuai Salisu
Web
5
05/28/2025
Aleksander Ceng
Division
8
05/25/2025
Maria Bunmi
Group
3
04/09/2025
Samuel Kaiser
Integration
9
03/03/2026
Jacobus Borkowski
Division
8
06/17/2025
Li Shemesh
Accountability
4
05/20/2025
Rattana Wang
Applications
1
01/12/2026
Jason Zhong
Division
4
07/18/2025
Eva Egorova
Division
5
02/08/2026
Lyubov Schouten
Group
1
01/24/2026
Heike Saeli
Functionality
9
06/10/2025
Mpho Guo
Intranet
9
02/07/2026
Yoshimi Govender
Marketing
5
11/07/2025
Hauwa Ogawa
Accountability
10
04/16/2025
Lilja Zimmermann
Configuration
3
04/10/2025
Lakshmi Walter
Web
1
12/24/2025
Xiaohong Khumalo
Assurance
5
02/24/2026
Darya Davies
Intranet
4
07/21/2025
Wanchai Wieczorek
Division
8
02/25/2026
Margaret Baba
Accountability
4
04/27/2025
Nikita Richardson
Applications
7
11/02/2025
William Witkowski
Marketing
1
02/04/2026
Michal Sergeeva
Integration
6
08/30/2025
Masami Lal
Web
9
06/19/2025
Xiaoyan Ma
Interactions
8
11/02/2025
Toshiko Pan
Configuration
9
08/20/2025
Richard Hahn
Division
2
11/25/2025
Wanphen Bala
Markets
5
06/22/2025
Helmut Aguilar
Factors
6
07/23/2025
Xiaoli Wright
Functionality
8
02/12/2026
Wanchai Mondal
Accountability
3
04/18/2025
Toshio Ikeda
Configuration
3
01/22/2026
Miyoko Gomez
Tactics
9
10/05/2025
Tamar Baldursson
Functionality
9
01/30/2026
Agnieszka Saha
Factors
5
02/03/2026
William Hernandez
Intranet
2
12/03/2025
Oleg Sokolova
Factors
9
08/16/2025
Jean Ragnarsson
Factors
3
07/28/2025
Wanphen Maciejewski
Markets
9
03/06/2026
Laxmi Molina
Accountability
8
01/07/2026
Dennis Czarnecki
Web
5
12/22/2025
Amina Kowalczyk
Accountability
2
07/10/2025
Wei Eliyahu
Configuration
9
04/04/2025
Kiyoko Thongdi
Functionality
3
11/17/2025
Adiy Akinyi
Functionality
2
01/16/2026

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.