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
Brigitte Morozova
Assurance
5
07/24/2025
Kristina Chepkemoi
Applications
9
06/18/2025
Leah Shalom
Brand
3
11/09/2025
Sommai Golan
Applications
9
06/14/2025
Mohan Zhong
Identity
7
03/04/2026
Graham Hasegawa
Accountability
7
10/30/2025
Yasuko Mor
Accountability
2
09/25/2025
Angela Bekher
Assurance
5
04/08/2025
Michiko Petrov
Response
8
04/04/2025
Susan Harrison
Usability
7
12/30/2025
Maria-Pilar Bowen
Intranet
3
01/04/2026
Birgit Petrov
Assurance
9
01/31/2026
Heinz Davis
Program
3
11/15/2025
Dilip Baloyi
Program
4
11/03/2025
Margaret Takeuchi
Assurance
6
06/23/2025
Joanna Mabaso
Optimization
3
01/03/2026
Amina Van-der-Heijden
Response
1
04/30/2025
Krzysztof Sanz
Paradigm
3
04/23/2025
Themba Kuipers
Program
9
03/04/2026
Nushi Sanchez
Identity
8
01/14/2026
Laxmi Yao
Applications
6
08/29/2025
Somchai Brown
Optimization
6
08/15/2025
Ewa Mikhaylova
Applications
5
02/11/2026
Victor Koech
Identity
6
03/14/2025
Werner Sakai
Tactics
7
06/19/2025
Miyoko Njeri
Tactics
4
04/10/2025
Tal Schmitz
Tactics
6
10/10/2025
Busisiwe Suissa
Usability
2
01/06/2026
Igor Wangui
Response
4
05/14/2025
Chen Abdullahi
Assurance
10
04/28/2025
Isah Mohammed
Brand
8
09/11/2025
Tamar Buthelezi
Optimization
9
02/12/2026
Catherine David
Creative
4
03/20/2025
Avraham Meijer
Usability
3
09/10/2025
Leah Musa
Paradigm
2
06/18/2025
Ping Bunsi
Identity
6
02/28/2026
Sunday Fischer
Optimization
5
12/01/2025
Bongani Bunsi
Brand
6
06/15/2025
Christopher Tomaszewski
Paradigm
7
11/24/2025
Francisca Gil
Assurance
5
08/20/2025
Leah Njoroge
Brand
2
08/19/2025
Rafael Garcia
Paradigm
4
07/29/2025
Andrzej Khoury
Brand
3
11/16/2025
Pushpa Walters
Mobility
6
03/23/2025
Amiyr Njuguna
Applications
8
03/08/2026
Prani Aliev
Mobility
5
07/03/2025
Sergio Arai
Creative
7
01/25/2026
Yael Kikuchi
Brand
2
02/08/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.