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
Sanjay Amadi
Communications
2
10/28/2025
Somnuek Attias
Group
7
04/02/2025
Caroline Lim
Accounts
2
08/06/2025
Haiyan Devi
Brand
5
10/14/2025
Akira Singh
Interactions
7
06/08/2025
Tal Janssen
Accounts
10
02/18/2026
Berglind Garrido
Paradigm
8
08/02/2025
Santosh Sah
Intranet
3
12/06/2025
Prani Juma
Brand
3
07/19/2025
Rosa Schmitz
Interactions
8
10/04/2025
Omer Rathod
Intranet
6
09/21/2025
Mpho Santos
Intranet
4
06/30/2025
Alina Masarweh
Factors
2
09/11/2025
Marta Ray
Integration
9
04/03/2025
Lalita Saidu
Factors
2
04/29/2025
Lindiwe Thompson
Group
5
05/11/2025
Fatima Suarez
Research
1
11/05/2025
Kai Cano
Marketing
9
03/12/2025
Ajay Zoabi
Paradigm
2
11/01/2025
Yu Yang
Data
5
04/25/2025
Thulani Ngcobo
Paradigm
9
05/23/2025
Santosh Sangthong
Integration
8
06/16/2025
Akira Sokolov
Communications
2
05/09/2025
William Rubio
Brand
8
10/23/2025
Adam Ding
Accountability
2
06/08/2025
Ling Saeueng
Paradigm
7
03/15/2025
Yosef Adamu
Intranet
4
06/29/2025
Yan Wieczorek
Group
7
05/04/2025
Stefan Nakajima
Accountability
8
11/10/2025
Ryan Vos
Solutions
7
01/04/2026
Emiko Espinoza
Integration
7
08/08/2025
Xin Kimura
Interactions
2
04/09/2025
Winai Neumann
Paradigm
9
04/11/2025
Umar Egorov
Factors
8
04/20/2025
Lan Santos
Brand
7
05/24/2025
Jennifer Nowicki
Research
1
03/25/2025
Purity Dumont
Factors
4
03/28/2025
Abubakar Eliyahu
Factors
8
01/09/2026
Mpho Cheruiyot
Research
8
08/19/2025
Vincent Maina
Accountability
9
04/08/2025
Wanphen Schmidt
Integration
4
04/07/2025
Mo Sun
Intranet
5
05/17/2025
Kristina Sibiya
Group
3
08/19/2025
Christa Svoboda
Group
9
06/16/2025
Li Duda
Marketing
5
03/25/2025
Yoshimi Richter
Integration
4
12/20/2025
Yisrael Roy
Marketing
2
11/16/2025
Phonthip Yoshida
Group
3
08/07/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.