fleet-contractor/Site/template/JobsiteToleranceCtrl.html
2023-04-28 12:22:26 +08:00

19 lines
737 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
</style>
</head>
<body>
<div class="JobsiteToleranceCtrl" 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-bind:default-item-props="defaultItemProps"
v-bind:default-constructor="defaultConstructor"
v-on:cellvaluechanged="cellvaluechanged"
v-on:rowdblclick="rowdblclick"
style="margin-top:3px; height:100%"></data-grid>
</div>
</body>
</html>