| NOTE: This repository is infrequently maintained.
A fluid multi-table layout. Each table groups subjects together under a shared parent.
-
Git clone this repo.
-
Install the Refocus Lens Developer Kit.
git clone https://github.com/salesforce/refocus-ldk cd refocus-ldk npm install -
Copy this lens into your
refocus-ldk/Lensesdirectory.cp -r ../refocus-lens-multitable/MultiTable Lenses/ -
Configure the Refocus LDK.
npm config set refocus-ldk:lens MultiTable -
Compile the lens.
npm run compile
Note: The bootstrap library included in this lens is built from bootstrap 4 alpha with flex enabled.
Run the Refocus LDK's test script to run all the tests under refocus-ldk/Lenses/MultiTable/test.
npm test
Run the Refocus LDK's build script to generate the lens library (refocus-ldk/dist/MultiTable.zip).
npm run build
Use the Refocus UI or API (/v1/lenses) to deploy the lens.

