dev-luannv24-s32s17 #24

Merged
dev merged 6 commits from dev-luannv24-s32s17 into dev 2025-07-30 19:18:39 +09:00
6 changed files with 86 additions and 460 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"