@platform/ui.datagrid
Version:
Isolated tabular DataGrid.
29 lines (19 loc) • 1.24 kB
Markdown

[](https://opensource.org/licenses/MIT)
[](https://www.npmjs.com/package/@platform/ui.datagrid)

[Strongly typed](https://www.typescriptlang.org) tabular data-grid with rich [observable](https://www.learnrxjs.io) event stream.
## Setup
yarn add @platform/ui.datagrid
Ensure you reference the required CSS files within your project.
```typescript
import '@platform/css/reset.css';
import '@platform/ui.datagrid/import.css'
```
<p> </p>
<p> </p>
---
### Licencing
This module wraps the `handsontable` underlying grid for table layout and infinite scrolling.
The 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.
This module references `handsontable@6.2.2` which is the last release on a clean [MIT licence](https://en.wikipedia.org/wiki/MIT_License).