Grails YUI- Datatable complete refresh

Posted by geeronimo on Stack Overflow See other posts from Stack Overflow or by geeronimo
Published on 2010-04-21T14:58:58Z Indexed on 2010/04/21 15:03 UTC
Read the original article Hit count: 918

Filed under:
|
|

Hi,

I have inserted a paginator for my YUI-Datatable. Now I want to refresh my whole page, when the user has changed the view in my Datatable. YUI makes just a refresh (remoteCall) for itself, but I need a refresh for the whole page, because I want to update my Flashanimation too.

For any sugest I would be very grateful,

Geeron imo

Here´s the code for my datatable:

                 paginatorConfig="[
                 template:'{FirstPageLink} {PreviousPageLink} {PageLinks} {NextPageLink} {LastPageLink} {CurrentPageReport}',
                 pageReportTemplate : '{startRecord} - {endRecord} von {totalRecords}',
                 containers:'dt-paginator',
                 firstPageLinkLabel: '<<',
                 lastPageLinkLabel: '>>',
                 previousPageLinkLabel: '<',
                 nextPageLinkLabel: '>'
                 ]"

                 />

© Stack Overflow or respective owner

Related posts about grails

Related posts about yui-datatable