how to create table view using KUIX?

4 messages - 162 views

i wanna make a table which consist of 4 column and 1 row using KUIX. Could anybody help me? the SOONER THE BETTER. THANKS!

tables are not supported in kuix but you can use gridlayout with buttons as described bellow

 

screen title="Time Table">

    <container style="layout:gridlayout(4,1); align:center" id="table">

        <button class="time"></text>

        <button class="body"></button>

        <button class="body"></button>

        <button class="body"></button>

   </container>

    <screenFirstMenu onAction="back">Back</screenFirstMenu>

</screen>

style it appropriately using 0 margins and borders, u can also use texts or pictures depending on your need, i hope this helps

hope it helps

u would have to style it appropriately though