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
Rosa Tomaszewski
Response
2
09/04/2025
Alexey Harle
Response
5
08/15/2025
Walter Andreeva
Optimization
9
07/18/2025
Eunice Saelim
Research
4
10/10/2025
Xiaoping Matsumoto
Operations
1
10/01/2025
Yu Samuel
Operations
4
10/20/2025
Qing Ceng
Creative
7
01/19/2026
Emma Sanz
Response
6
12/07/2025
Andrey Lu
Brand
4
08/25/2025
Zhen Jin
Usability
7
11/27/2025
Erna Krause
Creative
9
10/09/2025
Mark Meijer
Brand
10
05/19/2025
Hui Walczak
Communications
5
03/06/2026
Carlos Dominguez
Optimization
1
12/06/2025
Ilya Gupta
Security
7
02/06/2026
Yoshio Janssen
Markets
7
06/03/2025
Narong Nowak
Operations
8
01/02/2026
Stefan Schmid
Identity
9
04/25/2025
Liping Dekker
Creative
3
08/29/2025
George Thakur
Applications
3
04/17/2025
Kenji Clark
Identity
9
12/21/2025
Ming Castro
Operations
9
02/18/2026
Ko Jenkins
Markets
6
05/29/2025
Karen Mathebula
Brand
4
02/16/2026
Karl Marciniak
Applications
2
04/02/2025
Andries Fan
Research
1
07/06/2025
Mali Mathebula
Response
1
05/22/2025
Helmut Wangui
Applications
2
04/17/2025
Francisco Jaworski
Optimization
7
07/01/2025
Shoshanah Kuznetsov
Response
10
05/17/2025
Jose-Antonio Kondo
Optimization
4
08/14/2025
Latda Mtshali
Usability
10
12/17/2025
Lan Shevchenko
Metrics
7
07/15/2025
Nadezhda Yaakv
Response
3
05/03/2025
Claire Schouten
Usability
5
11/25/2025
Alan Zulu
Identity
3
06/20/2025
Xiaohong Rodriguez
Research
9
07/11/2025
Philip Wang
Marketing
2
06/01/2025
Guy Sunday
Markets
1
03/02/2026
Arnar Herrera
Marketing
3
08/20/2025
Sombun Tomaszewski
Markets
9
06/24/2025
Charoen Tanaka
Research
7
10/17/2025
Pablo Weber
Identity
9
12/06/2025
Nikolay Mahto
Applications
4
05/28/2025
Birgir Malkah
Security
2
04/14/2025
Katsumi Cano
Intranet
1
11/22/2025
Birgir Jin
Operations
6
03/17/2026
Darya Van-Dam
Operations
10
10/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.