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
Wei Zawadzki
Operations
5
04/29/2025
Joseph Sarkar
Paradigm
7
02/20/2026
Somkiat Sanz
Usability
3
03/15/2026
Qiang Pfeiffer
Response
5
06/26/2025
Zainab Suzuki
Paradigm
6
04/08/2025
Fran Adri
Marketing
2
12/18/2025
Stefan Xu
Integration
6
04/01/2025
Mohan Herbulot
Response
9
11/19/2025
Urmila Krawczyk
Response
5
04/29/2025
Lilja Robinson
Usability
1
05/29/2025
Herbert Wafula
Data
6
07/12/2025
Isah Van-den-Berg
Response
6
01/17/2026
Reiko Cook
Response
3
09/15/2025
Martha Ahmad
Metrics
3
02/23/2026
Artyom Ostrowski
Communications
1
05/13/2025
Hadiza Ochieng
Usability
6
03/19/2026
Yue Morales
Response
7
01/12/2026
Jianping Gao
Paradigm
4
09/14/2025
Sombun Botha
Directives
7
05/11/2025
Michiko Sakamoto
Tactics
3
11/25/2025
Oleg Lin
Directives
1
06/10/2025
Ana Wei
Data
4
06/19/2025
Narong Amadi
Operations
7
03/03/2026
Thawi Shapiro
Creative
5
03/30/2025
Graham Wood
Markets
2
07/04/2025
Sibusiso Vaknin
Directives
5
01/28/2026
Ewa Thongkham
Marketing
7
04/05/2025
Yhudiyt Ragnarsson
Marketing
9
09/28/2025
Samran Ceng
Creative
3
08/03/2025
Thabo Pugh
Markets
6
07/25/2025
Sombat Morales
Web
1
03/19/2026
Thomas Nakajima
Paradigm
4
02/14/2026
Blessing Akpan
Metrics
2
12/26/2025
Yun Fujita
Creative
3
08/23/2025
Ravi Saeueng
Operations
10
09/15/2025
Anan Hughes
Marketing
8
02/26/2026
Sani Andreev
Paradigm
10
09/25/2025
Andreas Udo
Paradigm
4
11/04/2025
Xolani Clark
Markets
6
05/16/2025
Hong Liang
Metrics
9
12/20/2025
Alina Saengthong
Accountability
2
12/27/2025
Lijun Garcia
Tactics
4
09/10/2025
Haiyan Malkah
Response
9
12/03/2025
Keiko Ndlovu
Integration
9
05/18/2025
Miguel Yamamoto
Response
3
04/21/2025
Yoshimi Mondal
Metrics
7
12/12/2025
Margaret Sisuk
Response
9
12/05/2025
Sombat Dong
Data
9
07/11/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.