Update
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
<div ref="gridParent" id="gridParent" class="w100 h100">
|
||||
<component :ref="gridName" :is="loadGrid ? 'Grid' : null" :gridName="gridName"
|
||||
:parentPrgmId="myPrgmId" @getRowsData="getRowData" :preventFocusChangeEventFlag="false"
|
||||
:dataPath="dataPathExample" />
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</v-card>
|
||||
@ -213,7 +213,6 @@ export default {
|
||||
},
|
||||
],
|
||||
loadGrid: false,
|
||||
// dataPathExample: {
|
||||
// "effcIdxGrid": {
|
||||
// data: [
|
||||
// {
|
||||
|
Reference in New Issue
Block a user