Page Index - svenberglund/react-mst-grid-layout GitHub Wiki
15 page(s) in this GitHub Wiki:
- Home
- How to use the react-mst-grid-layout.js
- Import npm module
- ES6 module
- Four steps in how to use
- (1) Define your own grid element class in which you implement a renderElement function
- (2) Define a grid and add components to it using the render method(s) you have implemented
- (3) Wire the publish channels to the component indexes
- (4) Start publishing to the grid!
- Advanced usage
- Complex data
- Locking the grid items
- Programmatic mainpulation of grid items
- Multiple grids
- es6 module