Supercharge your data app

Rowstack is the datagrid component that helps you build your app faster and ship sooner.

12 rows
New row
Hide fields
Filter data
Group
Sort data
Name
Industry
Num orders
Last Transaction
Jin Sukkasem
Creative
6
09/12/2023
Ajay Tanaka
Configuration
9
05/28/2023
Birgit Mulder
Operations
10
09/15/2023
Faith Sakai
Data
1
12/24/2023
Esther Jansen
Applications
8
08/02/2023
Lindiwe Van-den-Berg
Marketing
5
08/17/2023
Brigitte Koster
Optimization
9
12/19/2023
Ann Zoabi
Data
5
10/05/2023
Nkosinathi Van-den-Berg
Optimization
9
08/07/2023
Miguel Sarkar
Security
7
12/10/2023
Nokuthula Richter
Operations
6
10/13/2023
Akira Van-Dijk
Communications
1
06/04/2023

Integrates with your favorite framework

Rowstack is built with React and works with all React frameworks. CSR or SSR.

react
next
gatsby
vite

Redefines what a grid can do

Sort, filter, group and aggregate your data to get detailed insights. Performance guaranteed.

Render data using types

rowstack-screenshot

Sort, filter and group data

rowstack-screenshot

Hide columns for custom views

rowstack-screenshot

Summarize and aggregate columns

rowstack-screenshot

Customize cell height and width

rowstack-screenshot

Batteries included, just bring your data.

All Rowstack features are enabled by default, which makes getting started super easy.

Quick start example

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", 2: "CEO @ Tesla" },
	  { id: 2, 0: "Jeff Bezos", 3: "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

All Rowstack features are enabled by default and do not require configuration.

Modern design

Rowstack is painstakingly engineered down to the pixel to be fast and modern.

Data syncing

Grid data can be accessed via functions allowing data syncing.