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

scroll Issue #21

Closed
Muneem opened this issue Jun 25, 2015 · 7 comments
Closed

scroll Issue #21

Muneem opened this issue Jun 25, 2015 · 7 comments
Labels

Comments

@Muneem
Copy link

Muneem commented Jun 25, 2015

I have table which have scroll. If i print that table then it doesnot handle scroll

@CitizenOfRome
Copy link

Could you please setup a demo on jsfiddle or a similar site so that I can
help you better.
Thanks

On Thu 25 Jun, 2015 12:22 pm Muneem notifications@github.com wrote:

I have table which have scroll. If i print that table then it doesnot
handle scroll


Reply to this email directly or view it on GitHub
#21.

@kabelo38
Copy link

kabelo38 commented Jul 3, 2015

me 2 i have a table that has Showing 1 to 756 of 756 entries but when i print i only get 18 entries

@derekmcclure
Copy link

Here is an example: https://jsfiddle.net/w406083x/26/

@CitizenOfRome
Copy link

@derekmcclure Thanks for the example. In this case if you're referring to the right half of the table not being displayed, it is a CSS issue, try running it with globalStyles: false and append new styles to make it fit better.

@kabelo38 Some plugins only load a certain set of rows into the DOM tree especially when rendering large tables, jQuery.print can only print what's already loaded

@derekmcclure
Copy link

My issue is the rows are all loaded on the grid, but they don't render in the printout.

I'm ok with the columns running off the page.

On Aug 1, 2015, at 9:13 AM, Sathvik Ponangi <notifications@github.commailto:notifications@github.com> wrote:

@derekmcclurehttps://github.com/derekmcclure Thanks for the example. In this case if you're referring to the right half of the table not being displayed, it is a CSS issue, try running it with globalStyles: falsehttps://jsfiddle.net/w406083x/28/ and append new styles to make it fit better.

@kabelo38https://github.com/kabelo38 Some plugins only load a certain set of rows into the DOM tree especially when rendering large tables, jQuery.print can only print what's already loaded


Reply to this email directly or view it on GitHubhttps://github.com//issues/21#issuecomment-126917946.

@CitizenOfRome
Copy link

@derekmcclure Please take a look at https://jsfiddle.net/w406083x/28/, it's the same code with globalStyles set to false - as you can see it shows all the rows from "Benedetti_7B" to "Edmisten_6C" (tested on Chrome 44 on Win7x64), you just need to adjust the CSS to make it more presentable and to have it show all the data

@derekmcclure
Copy link

Wonderful, thank you!

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

No branches or pull requests

4 participants