edifrances
Forum Replies Created
-
I resolved this.
Tobias,
I am also trying to print images from the table. Has the JavaScript library fixed this yet? The last post was 3 months prior.
If not, can you tell me which library you are using? I may be able to expand it myself by displaying all printed objects in a browser frame prior to output. It is a trick I used previously to get around some linked image issues I had.Thank you.
This was fixed with your code. I found the issue was with the CSS customization, we had broken the display. I have since fixed it. Thank you.
Sounds good. I will send you an email.
Thanks again for your time.
Yes, I removed that segment because it did not seem to work and I was trying different combinations. I just added it back and it still did not make the “Print” button visible.
This is the new Widget Shortcode:
[table id=1 responsive=collapse datatables_buttons=”print” datatables_columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns=1,2,3,4,5,6,7,8,9 /]I believe you mean like this:
<p style=”margin: 0in; font-family: Calibri; font-size: 11.0pt;”>[table id=1 responsive=collapse datatables_columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns=1,2,3,4,5,6,7,8,9 /]</p>
and this is what I have in the Custom Commands section on the table editor.
“dom”: “BWlfrtip”
I tried with double quotes and without.Here is the link.
I have the custom code you provided in there as well. Thanks again.
Eric DiFrancescoI entered the value you provided into the table editing section of “custom commands” and the print button did not appear. I left in the double quotes and removed them.
Do I also need to edit the code to designate the button:
$(‘#myTable’).DataTable( {
buttons: [
‘print’]
} );
I previously made those changes using the parameters is why I ask.
Also, do I have to remove the other parameters from the Widget?
Thank you for your help. I will be sure to favorably rate your services.Thank you. I will try this out. Did you ever think of making that a standard setting? Just saying I am sure others like both features.