[Draf] compare dev vs main #43

Open
dev wants to merge 257 commits from dev into dev-base
226 changed files with 37228 additions and 27902 deletions
Showing only changes of commit e600089f7e - Show all commits

View File

@ -60,7 +60,7 @@
<div ref="gridParent" class="px-5 h100">
<component
:ref="gridName"
:is=" 'Grid' "
:is="loadGrid ? 'Grid' : null"
:parentPrgmId="myPrgmId"
:gridName="gridName"
@getRowsData="getRowData"