Coreor / DataTableDocumentation
Interactive demo Documentation GitHub
DEVELOPER GUIDE / REACT

Installation.

Copy a working snippet, customize columns and wire the table to your own data.

Install the package

The npm package is prepared in this repository. Its first public release is pending. Use the local package after cloning until it is published.

QUICK START
# After the first npm release
npm install @battincik/coreor-datatable

# React 18 or 19 and react-dom are peer dependencies

Develop from the repository

QUICK START
git clone https://github.com/battincik/coreor-datatable.git
cd coreor-datatable
npm install
npm run build:lib
npm run dev

React and React DOM are peer dependencies. Import the stylesheet once at your app root. For Next.js, place your interactive table inside a client component with 'use client'.