Can we do anything for this?
Happy Patel
@Happy Patel
Posts made by Happy Patel
-
RE: clientHeight is working differently with chrome pdf?
-
clientHeight is working differently with chrome pdf?
Hello @jan_blaha @bjrmatos
I have some requirement where I need to change the font size of content based on the data so that data will not go in next page. and for that I'm counting the div height and the content height using clientHeight. But Not sure why it's taking more height of the content even if content is less than the div height. so basically if data can be fit in given div then it should come with 11pt font otherwise font should be decrease by 0.4pt every time. [Please refer Overview column in below example]
Does it work differently with chrome pdf than normal HTML page? or do I need to use any other approach for this.
https://playground.jsreport.net/w/Heplinesss_17/XC8SuNLv
Thanks!
-
RE: Table content is overlapping with table heading
Hello @bjrmatos
Yes but the overlapping issue is still happening if comment the flex properties, So Is there any solution so the data will not overlap with the thead
https://playground.jsreport.net/w/Heplinesss_17/8GpSGu0Q
Thanks! -
RE: Table content is overlapping with table heading
It's not working unfortunately
-
RE: How to remove border of the row from where table is break to another page
can we do anything on this?
Thanks! -
RE: Table content is overlapping with table heading
can we do anything for this?
Thanks
-
How to remove border of the row from where table is break to another page
Hello @bjrmatos @jan_blaha
One of my project have table design like below,
https://playground.jsreport.net/w/Heplinesss_17/T2RF6UTNSo the last row of the 1st page[from where table is breaking to another page] should not have the border bottom. How Can we do that?
Thanks!
-
Table content is overlapping with table heading
Hello @jan_blaha @bjrmatos
I have one scenario and design like below example -
https://playground.jsreport.net/w/Heplinesss_17/49Lg~t9rIn that the table content is overlapping with heading for some amount of data. I have tried so many things but not able to resolve it. If I add more data that It will looks fine but for this much amount of data it is not working.
If you can look into it that will be great!
Thanks!
-
RE: Australia date format (DD Month YYYY) is not working in 2.11.0 version of jsreport
Hello @bjrmatos
Thanks for your reply! I am using
node js 14.16.0
so as per you said It should work with this node version correct? But it's not working with node version > 14 -
Australia date format (DD Month YYYY) is not working in 2.11.0 version of jsreport
Hello @jan_blaha @bjrmatos
Hope you are doing well.I am having trouble with some Australia date format in my custom report. It is working fine in playground but not working my project. other format are working fine in my project but the DD/Month/YYYY is not working.
I'm using below code(Please have a look at playground)
https://playground.jsreport.net/w/Heplinesss_17/o0eYS~qvI'm using 2.11.0 jsreport version. Is there any possibility that issue is happening because of older version? or if you have any other idea?
Thanks!