JSPM

  • Created
  • Published
  • Downloads 1311
  • Score
    100M100P100Q131208F
  • License MIT

OGrid core – framework-agnostic types, algorithms, and utilities for OGrid data grids.

Package Exports

  • @alaarab/ogrid-core

Readme

OGrid Core — Pure TypeScript types, algorithms, and utilities for OGrid data grids.

npm version MIT License TypeScript strict

Documentation · Getting Started · API Reference


Framework-agnostic foundation for OGrid data grids. Zero dependencies — pure TypeScript types and utilities shared by @alaarab/ogrid-react and @alaarab/ogrid-js.

You typically don't need to install this directly — the UI packages re-export everything from core.

What's Inside

Types

IColumnDef<T> · IColumnGroupDef · IDataSource<T> · IFilters · FilterValue · IDateFilterValue · UserLike · IOGridApi<T> · IOGridProps<T> · IOGridDataGridProps<T> · ICellEditorProps<T> · IGridColumnState · ISideBarDef · ColumnFilterType · IColumnMeta

Utilities

getCellValue · buildHeaderRows · parseValue · normalizeSelectionRange · isInSelectionRange · toUserLike

Install

npm install @alaarab/ogrid-core

No peer dependencies. No framework dependencies.

Documentation

Full docs at alaarab.github.io/ogrid.

License

MIT — Free forever.