]> gerrit.simantics Code Review - simantics/district.git/blob - example/table.js
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / example / table.js
1 var table = require('../');
2 var t = table([
3     [ 'master', '0123456789abcdef' ],
4     [ 'staging', 'fedcba9876543210' ]
5 ]);
6 console.log(t);