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

18 lines
627 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
</style>
</head>
<body>
<div class="JobsiteRequirementCtrl" 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>