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
Jose-Manuel Rotich
Group
6
07/01/2025
Bunmi Rodriguez
Accounts
9
08/21/2025
Jean Herrmann
Optimization
6
12/22/2025
Joseph Koch
Communications
1
05/07/2025
Josef Ota
Solutions
7
08/27/2025
Xiaohong Ward
Directives
6
10/22/2025
Patrick Herrmann
Usability
3
06/17/2025
Helen Kristinsson
Communications
1
10/21/2025
Mary Suleiman
Accounts
4
10/03/2025
Jin Sekh
Markets
4
11/16/2025
Yan Mhlongo
Group
7
01/18/2026
Yong Ohayon
Metrics
4
10/28/2025
Antonio Baran
Functionality
3
10/03/2025
Kseniya Jacobs
Accounts
3
04/22/2025
Hiroko Mahto
Factors
3
09/04/2025
Reiko Prins
Directives
5
05/06/2025
Mpho De-Groot
Security
7
06/18/2025
Petra Dube
Optimization
7
09/22/2025
Blessing Ono
Optimization
5
07/04/2025
Suphaphon Patel
Applications
8
07/06/2025
Mary Arai
Accounts
6
12/30/2025
Noam Bauer
Metrics
1
08/07/2025
Rut Lozano
Program
5
06/16/2025
Katarzyna Parker
Markets
5
07/28/2025
Wirot Okoro
Tactics
2
10/23/2025
Yun Willems
Security
10
03/30/2025
Hisako Pretorius
Markets
8
01/01/2026
Maria-Jose Mahlangu
Optimization
6
01/19/2026
Kelvin Barasa
Accounts
7
08/27/2025
Karl-Heinz Ansari
Solutions
3
11/04/2025
Muhammad Lis
Solutions
2
01/25/2026
Sachiko Lee
Functionality
7
06/20/2025
Anong Lee
Tactics
3
09/15/2025
Pavel Mazur
Program
4
12/08/2025
Somsak Lu
Security
6
05/30/2025
Einar Smirnova
Usability
8
06/12/2025
Rong Jansen
Applications
8
06/20/2025
Avraham Han
Security
7
05/22/2025
Pricha Prasad
Functionality
3
03/05/2025
Mohamed Xu
Optimization
9
07/13/2025
Alyona Akpan
Security
7
11/18/2025
Heinz Shapiro
Functionality
5
09/06/2025
Mary Sveinsson
Program
8
06/30/2025
Jean Brown
Applications
3
03/12/2025
Yan Du-Plessis
Optimization
9
09/29/2025
Anah Lopez
Program
6
09/19/2025
Petra Fiala
Communications
2
11/17/2025
Shlomo Hongthong
Directives
9
04/24/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.