Replicating a List View in a HTML table with a generic page.

Posted by Rollbase User on 21-Jan-2010 05:36

I want to create a list view of an object in my generic page. I understand this is possible by dragging the list view of an object to a page, but I need to customize my list (by designing it) so I need to create the list by replicating it using an html table. In an object view, Loop begin and loop end tags are available for related objects. Where can i find these tags for my generic page so that I can replicate the list view in the html table?

All Replies

Posted by Admin on 21-Jan-2010 09:34

We intentionally do not provide loops for entire scope of records to avoid performance issues. You may have 100s of thousands records...

I suggest you use regular list component. If you need some fancy presentation for your records, use template fields. Please visit our Applications directory to see that actual UI presentation can vary greatly.

This thread is closed