-
FEATURED COMPONENTS
First time here? Check out the FAQ!
while onclick Horizontal scrollbar, the scrollbar is moving 1px moving right.(As there are 300 cols, total 300px moving right) On clicking extreme right button, scrollbar is not moving to extreme right.
Kindly look into this issue
<hlayout hflex="1" vflex="1">
<listbox width="360px" vflex="1" >
<listhead>
<listitem label="Sl.No" width="40px"/>
<listitem label="Name" />
</listhead>
<template name="model">
<listitem>
<listcell label="@load(forEachStatus.index+1)"/>
<listcell label="@load(each)"/>
</listitem>
</template>
</listbox>
<biglistbox hflex="1" vflex="1" cols="300" colWidth="70px" rows="500"/>
</hlayout>
Asked: 2023-01-20 23:27:28 +0800
Seen: 3 times
Last updated: Jan 20
bug with intboxes on mobile devices
zk keikai-how to add custom button/label to formulabar?
zk-keikai- update multiple cells parallel at same time asynchronously
zk-keikai-How to auto fit column width based on text
zk-keikai-ClipboardPateEvent-called twice
Reference a spring bean from VariableResolver