UNPKG
@mhmdaljefri/revogrid
Version:
latest (3.0.99)
3.0.99
3.0.98
3.0.97
Virtual reactive data grid component - RevoGrid.
github.com/revolist/revogrid
revolist/revogrid
@mhmdaljefri/revogrid
/
dist
/
collection
/
utils
/
store.utils.js
8 lines
(7 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** Set stores data */
function
setStore
(store, data) { for (let key in data) { store
.set
(key, data[key]); } } export { setStore };