Package Exports
- @alaarab/ogrid-core
- @alaarab/ogrid-core/formula
Readme
@alaarab/ogrid-core
Pure TypeScript types, algorithms, and utilities shared by the OGrid React UI packages.
Install
npm install @alaarab/ogrid-coreYou typically don't need to install this directly — the React UI packages (@alaarab/ogrid-react-radix, @alaarab/ogrid-react-fluent) re-export everything from core.
import type { IColumnDef, IDataSource } from '@alaarab/ogrid-core';See the OGrid docs for full documentation.