Saravanan
Saravanan

Reputation: 1237

Custom view in xpages

Is it possible to create view like below in xpages. If yes, how? Any help is much appreciated.

enter image description here

Upvotes: 0

Views: 130

Answers (1)

Per Henrik Lausten
Per Henrik Lausten

Reputation: 21709

Yes, this is indeed possible. You can use a repeat and then add CSS to style your elements within each row.

After all, what you are targetting is "just" HTML and CSS. So you can do that with XPages too.

Upvotes: 5

Related Questions