UNPKG

1.24 kBMarkdownView Raw
1![Module](https://img.shields.io/badge/%40platform-ui.datagrid-%23EA4E7E.svg)
2[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
3[![NPM](https://img.shields.io/npm/v/@platform/ui.datagrid.svg?colorB=blue&style=flat)](https://www.npmjs.com/package/@platform/ui.datagrid)
4![banner](https://user-images.githubusercontent.com/185555/54960061-1835b980-4fc0-11e9-831c-acb96e734d56.png)
5
6[Strongly typed](https://www.typescriptlang.org) tabular data-grid with rich [observable](https://www.learnrxjs.io) event stream.
7
8## Setup
9
10 yarn add @platform/ui.datagrid
11
12Ensure you reference the required CSS files within your project.
13
14```typescript
15import '@platform/css/reset.css';
16import '@platform/ui.datagrid/import.css'
17```
18
19
20<p>&nbsp;</p>
21<p>&nbsp;</p>
22
23---
24
25### Licencing
26This module wraps the `handsontable` underlying grid for table layout and infinite scrolling.
27The library was under [MIT](https://en.wikipedia.org/wiki/MIT_License), but then [re-licensed itself](https://github.com/handsontable/handsontable/issues/5831) during development.
28This module references `handsontable@6.2.2` which is the last release on a clean [MIT licence](https://en.wikipedia.org/wiki/MIT_License).