<!DOCTYPE html> <html> <head> <style type="text/css"> </style> </head> <body> <div class="JobsiteSchedulerCtrl" style="height: 100%"> <data-grid ref="grid" v-bind:columns="columns" v-bind:source="source" body-class="hidden-x" v-bind:window="wnd" v-bind:allow-editing="true" v-bind:allow-auto-new-row="false" v-bind:allow-multi-select="true" v-on:cellvaluechanged="cellvaluechanged" v-on:rowdblclick="rowdblclick" style="margin-top:3px; height:100%"></data-grid> </div> </body> </html>