Export to GitHub

struts2-jquery - issue #816

How to clonetotop


Posted on May 3, 2012 by Happy Rhino

(This is for feature requests and bugs in Struts2 jQuery Plugin - for getting help, please use the User Group. http://groups.google.com/group/struts2-jquery )

What steps will reproduce the problem? 1. create a grid with <sjg:grid ... navigator="true" ..</sjg:grid> 2. add toppager=true 3. add clonetotop=true

What is the expected output? What do you see instead? parameter is ignored navigator buttons still on bottom of grid but no navigator buttons on top pager

I would like to have standard navigatorbuttons (Search/Reload/View etc.) on toppanel

Which struts2 version? 2.3.1.2

Which struts2-jquery plugin version? 3.3.0

Please provide any additional information below.

Comment #1

Posted on May 4, 2012 by Swift Lion

(No comment was entered for this change.)

Comment #2

Posted on May 4, 2012 by Swift Lion

This is available in next version or tommorow in the SNAPSHOT version.

<sjg:grid 
    ...
    pager="true" 
    toppager="true"
    navigator="true"
    navigatorCloneToTop="true"
>

http://code.google.com/p/struts2-jquery/source/detail?r=1641

Comment #3

Posted on May 8, 2012 by Swift Lion

(No comment was entered for this change.)

Status: Fixed

Labels:
Type-Defect Priority-Medium Component-Grid-Plugin Milestone-3.3.1