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
Prani Nakano
Optimization
9
08/03/2025
Birgit Svoboda
Tactics
6
04/03/2025
Winai Baran
Integration
7
03/20/2025
Yoshiko Suwan
Usability
8
01/02/2026
Edda Mtshali
Assurance
9
06/07/2025
Watsana Wanjala
Directives
8
04/24/2025
Erla Matsumoto
Security
3
03/06/2026
Johan Kaczmarek
Research
9
11/04/2025
Johan Salazar
Optimization
9
11/30/2025
Jan Azulay
Usability
7
03/02/2026
Anah Sawicki
Web
5
12/10/2025
Jacek Wambua
Branding
5
05/08/2025
Yan Van-der-Linden
Markets
5
11/22/2025
Helga Jansen
Research
4
06/20/2025
Andreas Wekesa
Marketing
9
01/08/2026
Jose Garcia
Integration
3
02/12/2026
Valentina Nowakowski
Tactics
4
03/21/2025
Xiaoyan Richter
Usability
4
02/17/2026
Julie Duda
Branding
7
10/29/2025
Wirat Wambua
Interactions
6
06/20/2025
Frank Edwards
Marketing
2
09/22/2025
Sveinn Lehmann
Research
7
11/07/2025
Yukio Su
Assurance
6
02/23/2026
Sushila Cortes
Integration
2
12/28/2025
Shankar Zwane
Interactions
4
09/18/2025
Chayah Kaczmarek
Communications
10
10/03/2025
Tebogo Yamaguchi
Communications
3
05/26/2025
Joyce Jones
Marketing
1
12/21/2025
Chao Shapiro
Assurance
4
01/13/2026
Somphong Kim
Assurance
9
01/10/2026
Rattana Saelim
Branding
7
09/03/2025
Franz Peter
Marketing
6
11/21/2025
Margaret Mendoza
Markets
2
04/07/2025
Xiaohong Wei
Research
4
07/07/2025
Hulda Goldstein
Markets
9
03/08/2026
Agata Romero
Assurance
3
09/12/2025
Xiang Kim
Web
9
10/10/2025
Edda Shevchenko
Branding
8
10/27/2025
Amina Yin
Web
1
09/19/2025
Joan Sakamoto
Interactions
10
08/11/2025
Claire Patel
Security
5
11/25/2025
Yoshimi Reyes
Web
5
02/10/2026
Shanti Friedman
Integration
5
03/13/2025
Nushi Santos
Metrics
2
09/03/2025
Manfred King
Research
2
03/01/2026
Roy Wright
Research
2
12/31/2025
Thulani Chukwu
Assurance
7
05/23/2025
Adamu Murakami
Interactions
8
02/01/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.