#set ($pageSize = 10) Demonstration of AJAX dynamic retrieval of paged grid content using the Rico JavaScript library.


Customer Listings

# Name Email Age Holdings Investments Date Joined
#set ($listSize = $pageSize + 1) #foreach ($customer in $customers.subList($offset, $listSize)) #set ($count = $velocityCount + $offset) #end
$count $format.string($customer.name) $format.email($customer.email) $format.string($customer.age) $format.currency($customer.holdings) $format.string($customer.investments) $format.date($customer.dateJoined)