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