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
Sachiko Naidoo
Identity
5
09/26/2025
Ester Schmitt
Quality
1
06/08/2025
Lin Schulze
Creative
9
04/02/2025
Svetlana Wolf
Assurance
8
07/18/2025
Qing Hassan
Assurance
1
05/29/2025
Koshi Collins
Branding
8
01/25/2026
Vinod Williams
Division
8
03/05/2026
Kristinn Yamashita
Identity
3
05/11/2025
Sunita Schmid
Identity
2
08/29/2025
Dorota Huisman
Markets
6
10/09/2025
Nittaya Friedman
Accounts
2
03/20/2025
Mina Cao
Identity
6
10/12/2025
Xiang Mthethwa
Research
9
10/24/2025
Prani Khumalo
Accountability
6
08/13/2025
Paulina Thakur
Factors
3
12/16/2025
Xiang Meng
Paradigm
7
01/17/2026
Li Sadowski
Creative
5
09/26/2025
Anan Cherinsuk
Accounts
5
10/15/2025
Claudia Vega
Creative
7
03/15/2025
Rosa Hasegawa
Paradigm
5
10/23/2025
Liping Maeda
Factors
9
11/17/2025
Ying Suzuki
Paradigm
8
08/28/2025
Yasuko Tshabalala
Communications
3
07/10/2025
Darya Mutua
Creative
5
11/12/2025
Stefan Azulay
Accountability
4
02/22/2026
Yhudiyt Zajac
Applications
6
04/09/2025
Inga Gonzalez
Research
10
06/09/2025
Graham Baba
Research
3
08/15/2025
Adamu Maluleke
Paradigm
5
11/15/2025
Philip Kibet
Integration
10
01/30/2026
Mariya Paramar
Creative
4
03/05/2026
Joy Gupta
Accounts
4
12/09/2025
Richard Bailey
Identity
6
08/31/2025
Masao Vaknin
Assurance
6
05/12/2025
Ashok Hartmann
Factors
7
05/29/2025
Krzysztof Young
Accountability
9
09/21/2025
Artyom Weber
Branding
8
08/14/2025
Krzysztof Kaur
Quality
8
04/04/2025
Anong Rungrueang
Research
3
07/18/2025
Amit Kristinsson
Applications
3
08/06/2025
Xolani Kobayashi
Markets
5
11/06/2025
Sibongile Mori
Accountability
6
11/23/2025
Sam Gaby
Paradigm
4
10/23/2025
Yu Sisuk
Integration
3
12/18/2025
Peng Cooper
Research
9
11/08/2025
Magdalena Yadav
Applications
5
10/30/2025
Fatima Pritchard
Markets
4
01/16/2026
Herbert Flores
Markets
4
01/23/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.