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
Hans-Ulrich Ahmad
Identity
4
02/07/2026
Ryan Vasileva
Integration
5
02/07/2026
Anton Adebayo
Functionality
2
03/16/2026
Ahmad Lloyd
Applications
5
01/01/2026
Lin Nikolaev
Group
7
05/25/2025
Wei Yosef
Applications
4
07/22/2025
Radha Lozano
Integration
5
06/22/2025
Laxmi Onyango
Interactions
4
03/01/2026
Santosh Moreno
Identity
4
03/24/2025
Kiran Smirnov
Marketing
4
05/19/2025
Thabo Mandal
Division
6
06/07/2025
Jin Chebet
Marketing
7
01/26/2026
Denis Dong
Branding
4
02/18/2026
Francisca Maina
Division
5
09/05/2025
Somkhit Bos
Security
5
08/08/2025
Olga Watkins
Applications
4
10/11/2025
Busisiwe Lang
Security
7
07/26/2025
Kseniya Andreeva
Quality
4
03/28/2025
Roy Sulaiman
Directives
9
11/21/2025
Margaret Li
Functionality
2
10/30/2025
Jianping Popov
Interactions
6
09/29/2025
Victor Marek
Integration
3
12/11/2025
Stephen Bowen
Directives
1
02/25/2026
Sergio Andreev
Interactions
4
03/07/2026
Cristina Mokoena
Operations
4
03/03/2026
Lukasz Sahu
Assurance
1
12/19/2025
Yoshio Young
Branding
7
09/23/2025
Hiroshi Kok
Security
8
04/30/2025
Richard Bai
Group
4
08/16/2025
Sibongile Adebayo
Identity
9
11/04/2025
Thawi Ashknaziy
Marketing
4
06/20/2025
Yelena Nayak
Interactions
10
03/18/2026
Paulina Bunma
Assurance
3
08/19/2025
Shoji Dauda
Functionality
7
10/03/2025
Viktor Eze
Operations
6
02/23/2026
Wichai Thakur
Applications
6
08/31/2025
Liping Nguyen
Security
6
06/28/2025
Somkiat Mazurek
Integration
10
03/03/2026
Fran Isah
Interactions
6
03/11/2026
Lin Suarez
Interactions
8
07/20/2025
Chayah Bunsi
Quality
2
07/30/2025
Hong Anyango
Quality
4
03/29/2025
Watsana Okeke
Quality
2
07/06/2025
Miriam Hashimoto
Directives
4
10/26/2025
Dmitriy Krawczyk
Marketing
8
07/26/2025
Udom Peng
Quality
4
04/20/2025
Yusuf Ueda
Functionality
7
02/27/2026
Kasia Jia
Directives
4
08/19/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.