-
FEATURED COMPONENTS
First time here? Check out the FAQ!
Hi My code is :
<grid model="@load(vm.queueItems)" mold="paging" pageSize="15" vflex="1" >
<columns >
<column label="${ b:l('str.workload.user_groupname') }" align="center"/>
<column label="${ b:l('str.workload.username') }" align="center"/>
<column label="${ b:l('str.workload.description') }" align="center"/>
<column label="${ b:l('str.workload.status') }" align="center">
<checkbox label="QUEDED" onCheck="@command('changeFilter',status=0)"/>
<checkbox label="ACTIVE" onCheck="@command('changeFilter',status=1)"/>
<checkbox label="COMPLETE" onCheck="@command('changeFilter',status=2)"/>
<span sclass="z-icon-filter" />
</column>
<column label="${ b:l('str.workload.starttime') }" align="center"/>
<column label="${ b:l('str.workload.totalduration') }" align="center"/>
</columns>
I want a pop up menu inplace where i am using checkboxes; Tried using menupop but it had impact on the entire column; I just want it in the column with label status to display the menu I am using zk framework v 7.0 can anyone help me please... Thanks in advance.
Asked: 2022-12-26 22:38:47 +0800
Seen: 3 times
Last updated: Dec 26 '22