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
Wirat Rowlands
Web
3
05/02/2025
Zbigniew Nakamura
Program
10
01/15/2026
Olga Volkova
Web
8
05/11/2025
Maksim Valdez
Operations
7
02/13/2026
Zhiqiang Martinez
Identity
6
06/22/2025
Carmen Wanjiku
Markets
9
08/03/2025
Bin Sarkar
Directives
3
08/01/2025
Elke Scott
Markets
4
07/21/2025
Marek Dahan
Markets
3
06/14/2025
Avraham Nowakowski
Operations
6
03/21/2025
Franz Davis
Communications
2
10/02/2025
Liyor Cele
Factors
4
02/01/2026
Otieno Rani
Group
7
09/15/2025
Yue Robinson
Accountability
7
03/10/2025
Nicola Hughes
Web
9
05/20/2025
Nonhlanhla Jia
Program
7
02/22/2026
Grzegorz Wolf
Paradigm
7
01/27/2026
Bartosz Janssen
Markets
4
09/05/2025
Wolfgang Das
Identity
8
12/07/2025
Ryoko Wambui
Markets
6
05/06/2025
Joseph Lis
Web
8
11/20/2025
Victor Van-den-Berg
Program
6
03/29/2025
Petra Griffiths
Communications
10
10/06/2025
Rafael Prasad
Accountability
3
07/24/2025
Ibrahim Molina
Markets
2
07/22/2025
Dolores Kikuchi
Factors
4
01/01/2026
Haiyan Ito
Accounts
2
02/15/2026
Gareth Chukwu
Mobility
9
09/17/2025
Mpho Agbaria
Paradigm
4
04/14/2025
Edda Baba
Mobility
5
11/14/2025
Rajendra Lin
Mobility
4
08/16/2025
Claudia Salisu
Identity
4
01/26/2026
Nobuko Duda
Optimization
1
03/14/2025
Michael Baker
Accountability
4
03/01/2026
Fiona Sun
Optimization
4
12/24/2025
Yan Kubiak
Optimization
2
05/15/2025
Abdullahi Dauda
Markets
5
08/13/2025
Kristina Shaikh
Markets
2
08/19/2025
Yasuko Carter
Program
3
06/14/2025
Janusz Kibet
Markets
9
02/17/2026
Kamil Rutkowski
Paradigm
7
08/26/2025
Joseph Murakami
Paradigm
5
09/02/2025
Isaac Weber
Optimization
10
08/04/2025
Kun Tomaszewski
Accounts
3
02/26/2026
Mohamed Rathod
Identity
7
11/16/2025
Sushila Eze
Brand
2
03/14/2025
Ning Thakur
Accounts
1
12/02/2025
Heike Audu
Accountability
5
07/18/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.