34 lines
481 B
HTML
34 lines
481 B
HTML
---
|
|
layout: container
|
|
title: Demos - Multiview
|
|
recline-deps: true
|
|
root: ../../
|
|
---
|
|
|
|
<style type="text/css">
|
|
.recline-slickgrid {
|
|
height: 300px;
|
|
}
|
|
|
|
.recline-timeline .vmm-timeline {
|
|
height: 550px;
|
|
}
|
|
|
|
.changelog {
|
|
display: none;
|
|
border-bottom: 1px solid #ccc;
|
|
margin-bottom: 10px;
|
|
}
|
|
</style>
|
|
|
|
<div class="changelog">
|
|
<h3>Changes</h3>
|
|
</div>
|
|
|
|
<div class="data-explorer-here"></div>
|
|
|
|
<div style="clear: both;"></div>
|
|
|
|
<script type="text/javascript" src="app.js"></script>
|
|
|