document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <link type="text/css"  href="${createLinkTo(dir:\'css\',file:\'/jquery-pagination/style.css\')}"     rel="stylesheet" />
  2. <g:javascript src="jquery/jquery.paginate.js" />
  3.  
  4. ....
  5. <div id="listTemplateDivId">
  6.         <g:render template="dailyPosCompTemplate" model="${[list]}" />
  7. </div>
  8. ...
  9.  
  10. <g:remoteJPaginate controller="controller name"
  11.     action="updateTable"
  12.     update="listTemplateDivId"  display="15"
  13.     total="${list.totalcount }" max="20" border=true
  14. />
');