UNPKG

1.09 kBMarkdownView Raw
1![Module](https://img.shields.io/badge/%40platform-ui.datagrid.db-%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.db.svg?colorB=blue&style=flat)](https://www.npmjs.com/package/@platform/ui.datagrid.db)
4![banner](https://user-images.githubusercontent.com/185555/56086386-6694f480-5eaa-11e9-8997-6336fc36c926.png)
5
6Abstract synchronization mapper between [ui.datagrid](../ui.datagrid) and a [hyperdb](../hyperdb).
7
8<p>&nbsp;</p>
9<p>&nbsp;</p>
10
11
12## Modules
13
14![sync](https://user-images.githubusercontent.com/185555/56090951-c0bea580-5efc-11e9-84e6-8735974cc49c.png)
15
16Updates to the [grid](../ui.datagrid) (UI) are saved to the [hyperdb](../hyperdb), and conversely changes to the [hyperdb](../hyperdb) (which may occur due to edits made by other users over the network) are synchroized back into the [grid](../ui.datagrid).
17
18![video](https://user-images.githubusercontent.com/185555/56090725-02018600-5efa-11e9-87bb-af86a527d0cd.gif)
19
20<p>&nbsp;</p>
21<p>&nbsp;</p>