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

Add print feature #9

Closed
mbrn opened this issue Aug 7, 2018 · 13 comments
Closed

Add print feature #9

mbrn opened this issue Aug 7, 2018 · 13 comments
Assignees
Labels
enhancement New feature or request

Comments

@mbrn
Copy link
Owner

mbrn commented Aug 7, 2018

Users can print table data

@mbrn mbrn added the enhancement New feature or request label Aug 7, 2018
@mbrn mbrn self-assigned this Aug 7, 2018
@mbrn mbrn added this to the v1.6.0 milestone Oct 25, 2018
@mbrn mbrn removed this from the v1.6.0 milestone Mar 13, 2019
@mbrn
Copy link
Owner Author

mbrn commented Mar 18, 2019

no need for now.

@mbrn mbrn closed this as completed Mar 18, 2019
@Bulletninja
Copy link

Are there any plans to add this feature?

@mbrn
Copy link
Owner Author

mbrn commented Apr 25, 2019

@Bulletninja i may add this feature. But currently i need to work on more important issues.

@aramkoukia
Copy link

why do you close the issue? shouldn't it be open to be addressed?

@mbrn
Copy link
Owner Author

mbrn commented May 12, 2019

Hi @aramkoukia ,

Because it has a export feature. Users could use export feature for printing.

@Flash619
Copy link

I would also be interested in this functionality for a few apps I'm working on. Users don't always like an extra step. 😊

@dmetzler2012
Copy link

I would also like this feature.

@NickAlvesX
Copy link

+1

@therohitjha
Copy link

its very easy to add print option just install below package.
https://www.npmjs.com/package/react-to-print

then follow below image
Capture1
Capture2

@xStorm111
Copy link

xStorm111 commented Mar 19, 2020

@therohitjha it's not that simple, the way you're showing only prints the data that's your screen is showing, imagine that you have more than 100 rows and you need to print all the data, do you have a solution for that?
i left a issue with this scenario on react-to-print with this situation:
MatthewHerbst/react-to-print#206

@rizabek-mukanov
Copy link

@therohitjha it's not that simple, the way you're showing only prints the data that's your screen is showing, imagine that you have more than 100 rows and you need to print all the data, do you have a solution for that?
i left a issue with this scenario on react-to-print with this situation:
gregnb/react-to-print#206

were you able to find solution for this issue?

@usahai
Copy link

usahai commented Aug 12, 2020

@therohitjha it's not that simple, the way you're showing only prints the data that's your screen is showing, imagine that you have more than 100 rows and you need to print all the data, do you have a solution for that?
i left a issue with this scenario on react-to-print with this situation:
gregnb/react-to-print#206

were you able to find solution for this issue?

I'm also kinda looking for something similar, although my use case is a little different. I am adding as a column, and would like to pass specific data into the content prop. Any ideas? Unfortunately, I am a little lost when it comes to react refs.

@xStorm111
Copy link

@rizabek-mukanov Sorry for late response, i only saw this now
Yes i did, i found out that my problem was the maxBodyHeight, if i remove it, react-to-print was able to print all data

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

No branches or pull requests

10 participants