Grails YUI- Datatable complete refresh
- by geeronimo
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: '>'
]"
/>