Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] dandelion_dataTables_export layer is inside dataTables_scrollBody layer #159

Closed
tduchateau opened this issue Jan 28, 2014 · 5 comments

Comments

@tduchateau
Copy link
Member

Issue by eruiz from Monday Jun 24, 2013 at 11:32 GMT


dandelion_dataTables_export layer is inside dataTables_scrollBody layer. Attached is a screenshot that shows how it is rendered

Note I'm using Dandelion-Datatables 0.9-SNAPSHOT (master branch)

Regards
petclinic

@tduchateau
Copy link
Member Author

Comment by tduchateau from Monday Jun 24, 2013 at 11:43 GMT

Could you please post the markup you're using so that I can know what feature is applied.

Thanks!

@tduchateau
Copy link
Member Author

Comment by eruiz from Monday Jun 24, 2013 at 12:00 GMT

Do you mean tags as used in my JSP?

@tduchateau
Copy link
Member Author

Comment by tduchateau from Monday Jun 24, 2013 at 12:40 GMT

Yup :-)

Le 24 juin 2013 à 14:00, Enrique Ruiz notifications@github.com a écrit :

Do you mean tags as used in my JSP?


Reply to this email directly or view it on GitHub.

@tduchateau
Copy link
Member Author

Comment by eruiz from Wednesday Jun 26, 2013 at 14:09 GMT

Got it! Below the markup causes the problem:

  <datatables:table id="myFirstTableId" data="${data}"
        exportLinks="top_middle" scrollY="300px" 
        export="csv,xml,pdf">
    <datatables:column title="Id" property="id" />
    <datatables:column title="FirstName" property="firstName" />
    <datatables:column title="LastName" property="lastName" />
    <datatables:column title="Specialty" property="specialty" />
    <datatables:export type="csv" cssClass="btn btn-success" />
    <datatables:export type="xml" cssClass="btn btn-info" label="XML export !" />
  </datatables:table>

data is a Collection that contains Vet objects, from petclinic sample.

I have updated screenshot above.

Regards

@tduchateau
Copy link
Member Author

Comment by tduchateau from Thursday Jun 27, 2013 at 07:28 GMT

Reproduced. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant