@better-grid/pro
v1.0.15
Published
Commercial plugins for Better Grid (gantt, aggregation, merge-cells, row-actions, advanced renderers)
Downloads
1,930
Readme
@better-grid/pro
Commercial pro plugins for @better-grid/core. Source-available — see LICENSE for terms.
| Plugin | Adds |
| ---------------- | ----------------------------------------------------- |
| gantt | Gantt-chart timeline view |
| aggregation | Group / hierarchy aggregations (sum, avg, count, etc.) |
| mergeCells | Spanning cells across rows / columns |
| rowActions | Per-row action menu |
| proRenderers | sparkline, heatmap, circularProgress, avatar, miniChart, slider, premium timeline / changeIndicator / tooltip / loading |
import { gantt, aggregation, mergeCells } from '@better-grid/pro';
import { createGrid } from '@better-grid/core';
const grid = createGrid({
columns, data,
plugins: [aggregation(), mergeCells(), gantt({ /* ... */ })],
});License
@better-grid/pro is source-available — see LICENSE. Production use (anything serving end-users outside your org, processing customer data, etc.) requires a commercial license. Internal evaluation, prototyping, and development use are free.
Repo & docs: https://github.com/jvloo/better-grid.
