Hi there,
I want to show my servoy web site with HTML table like
No. Name Address
1 AAA YGN.
2 BBB MDY.
. . .
. . .
. . .
10 JJJ POL.
<< 1 2 3 4 5 >>
Actually I’ve seen sort like that in my previous project with servoy that other member did.
Could you pls help me to do so?
Thanks Indeed
Aung Mon
The data you want to display is in one table? I think what you want is:
- create a new form (create solution first)
- put on the form the fields you want to display in table (with or without labels); horizontal line
- change form view to Table View
- open debug web client to see the result (set you form as first form on solution)
I think this should help you get started.