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
Nan Maeda
Division
7
08/13/2025
Steinunn Smee
Identity
9
07/13/2025
Hui Diaz
Identity
8
02/06/2026
Usman Tanaka
Program
2
06/03/2025
Reiko Mtshali
Usability
2
04/26/2025
Mieko Vermeulen
Configuration
10
05/02/2025
Anastasiya Wafula
Mobility
8
12/20/2025
Ruth Witkowski
Identity
4
08/22/2025
Konstantin Novikova
Branding
5
11/13/2025
Ramesh Sichantha
Identity
2
10/20/2025
Xolani Peter
Accounts
1
08/14/2025
Daniel Ortega
Marketing
3
02/11/2026
Marta Musa
Program
10
01/21/2026
Marek Rodriguez
Brand
5
09/16/2025
Nikolay Yadav
Interactions
5
02/28/2026
Takeshi Davies
Quality
2
01/20/2026
Hildur Fujita
Branding
2
05/26/2025
Janet Ortega
Usability
6
02/25/2026
Jianhua Dlamini
Brand
6
01/07/2026
Sam Vazquez
Program
10
04/08/2025
Udom Guo
Mobility
4
05/17/2025
Steve Ward
Brand
3
06/27/2025
Bin Romanov
Identity
6
01/23/2026
Peng Kamau
Program
7
06/10/2025
Ursula Dijkstra
Brand
4
04/03/2025
Jennifer Yakovleva
Interactions
6
07/14/2025
Cheng Devi
Brand
3
11/05/2025
Charles Baldursson
Brand
9
03/19/2025
Kabiru Pietrzak
Branding
5
05/14/2025
Rong Guo
Usability
7
05/28/2025
Tal Yamaguchi
Identity
9
10/12/2025
James Wilk
Interactions
4
08/16/2025
Wilai Kovalenko
Mobility
9
12/18/2025
Kristina Rumbelow
Response
2
01/09/2026
Gita Magomedov
Interactions
5
01/19/2026
Phonthip Gupta
Identity
9
08/13/2025
Ryan Jackson
Marketing
9
02/22/2026
Grzegorz Ishikawa
Configuration
3
06/26/2025
Ana-Maria Cruz
Brand
8
09/21/2025
Watsana Sahu
Program
9
12/11/2025
Catherine Turner
Accounts
2
08/30/2025
Ning Ashknaziy
Interactions
7
12/30/2025
Chayah Mthethwa
Response
8
09/25/2025
Somnuek Rutkowski
Brand
4
01/27/2026
Raj Thompson
Accounts
4
11/20/2025
Mohamed Richardson
Factors
3
04/08/2025
Yu Tan
Branding
10
05/22/2025
Suwit Zheng
Configuration
9
07/12/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.