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
Dorota Mutuku
Configuration
2
01/03/2026
Joy Kim
Directives
3
09/21/2025
Shizuko Hughes
Program
7
11/12/2025
Charoen Adamczyk
Security
4
02/15/2026
Ekaterina Salazar
Intranet
3
04/04/2025
Steinunn Phillips
Tactics
5
01/29/2026
Mitsuo Smee
Tactics
3
05/06/2025
Xiaoli Suarez
Directives
7
12/10/2025
Yael Rosenberg
Optimization
8
08/24/2025
Laxmi Mkhize
Division
9
07/02/2025
Masako Adamu
Intranet
6
10/26/2025
Hanna Elbaz
Directives
9
07/03/2025
Koji Hasna
Data
3
12/17/2025
Leah Sakamoto
Markets
10
03/23/2025
Rosa Zaytseva
Optimization
1
04/01/2025
Samran Lavyan
Program
8
03/20/2025
Ibrahim Novikova
Data
2
06/24/2025
Kelvin Yamamoto
Optimization
6
05/21/2025
Marta Helgason
Usability
8
12/04/2025
Agnieszka Xu
Division
9
07/16/2025
Kseniya Abubakar
Creative
4
03/07/2025
Kabiru Hen
Assurance
2
05/22/2025
Gang Nguyen
Assurance
4
08/08/2025
Jan Adan
Group
3
01/14/2026
Bin Van-Dam
Group
8
08/16/2025
Artur Frolova
Security
5
06/08/2025
Adiy Medina
Creative
6
09/14/2025
Li Okada
Usability
9
01/02/2026
Prani Sulaiman
Group
5
03/12/2025
Jin Lu
Configuration
8
05/03/2025
Sarah Lim
Data
6
04/12/2025
Udom Sulaiman
Usability
1
12/23/2025
Ram Ruiz
Intranet
6
11/15/2025
Fiona Davies
Assurance
6
05/06/2025
Yukio Pan
Security
5
08/05/2025
Purity Zalewski
Creative
4
11/30/2025
Steinunn Tal
Security
4
09/21/2025
Pushpa Owen
Creative
2
06/08/2025
Somnuek Fukuda
Configuration
10
11/23/2025
Keiko John
Tactics
8
12/07/2025
Hadiza Gil
Intranet
9
08/30/2025
Artur Rogers
Optimization
2
09/29/2025
Lilian Davis
Usability
4
11/22/2025
Joan Mwangi
Division
6
02/20/2026
Andrea Schmitt
Configuration
8
12/14/2025
Yasuko Chmielewski
Assurance
9
09/10/2025
Hiromi Lewis
Usability
5
06/16/2025
Francisco Khoza
Configuration
5
08/27/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.