@ace-grid/compat-core
v1.0.8
Published
Shared Ace Grid migration compatibility utilities for translating source-grid props into Ace Grid props and schema.
Maintainers
Readme
@ace-grid/compat-core
Ace Grid Compat Core contains shared migration utilities used by the AG Grid and MUI Data Grid compatibility adapters.
Install
npm install @ace-grid/compat-core @ace-grid/coreWhat it does
- Normalizes migration diagnostics.
- Tracks source-grid metadata while translating to Ace Grid props.
- Reports unsupported or tier-gated features before runtime.
- Provides shared schema output for compatibility adapters.
When to use it
Use this package directly when building a custom migration adapter. For AG Grid
migrations, start with @ace-grid/compat-ag. For MUI Data Grid migrations,
start with @ace-grid/compat-mui.
Related packages
@ace-grid/compat-agtranslates AG Grid usage to Ace Grid props.@ace-grid/compat-muitranslates MUI Data Grid usage to Ace Grid props.@ace-grid/core,@ace-grid/pro, and@ace-grid/enterpriserender the migrated grid after translation.
Migration docs and examples: https://ace-grid.com/docs
License
MIT. See the package license for details.
