TableTools Turkish Character Fix (May help UTF-8 Problems)
Hello all, Today I managed to fix Turkish character problems for tabletools Excel and PDF export feature. The main problem is starting from AlivePDF's source code. 1- Download AlivePDF 0.1.5 RC.zip...
View ArticleButtons on right side versus on top
In all of the table tool examples the buttons (copy, pdf, excel..) are on the top above the search control. However when I build this using the same files in the example my buttons go to the far right...
View ArticleChanging button text on click
Hi, How could I change the text of a button on an event? I have a button called "Select All", and when it is clicked the obvious thing happens, but I would like to change the same button to be called...
View ArticleProblem with "Export to Excel" on IE when using ajax loader
We are experiencing an issue on Data Tables 1.10 using TableTools 2.2.4 on Internet Explorer. When loading the data via ajax, clicking "Export to Excel" is getting the following error and thus...
View ArticleExcel Export - nested table in cell
Hello I am looking , how can I export content of table where cell has inside nested another table with few rows. Something like rowspan. It's possible to do that? Maybe someone also had similar...
View ArticleButton excel and pdf on multiple table on the same page
Hi I am using datatables 1.10.6 I have an application with 3 datatables on the same html page All of them have buton for excel and pdf but only the first on has the code for the shockwave-flash on it...
View ArticleSave csv, excel & pdf
Hi Im trying to get the save button to work. The print button works fine but when I click on the save button all I see are the three options csv, excel & pdf and nothing happens, when I right click...
View ArticleAbout tabletools xls and pdf
Hi! I'm using datatables 1.9. On my local environment all is ok. I can export xls and pdf, copy and print my table. On line I can only print and copy. So, I have read some answers for this question,...
View ArticlePDF button, column header showing 'x' - from yadcf column search
Hello Alan, Please provide me a solution for this problem. Please find (picture 1) - this is how the datatable looks. Each column is using column search filter provided under YADCF plugin. What is...
View ArticleAbout key to 'delete' row
Heya, I was wondering if its possible to bind the remove() button to key: 'delete', and could not find a answer. https://datatables.net/forums/discussion/29044/support-for-keyboard-delete-key It´s...
View Articleunsaved alert
how to use own modal or custom modal for unsaved alert in datatable how to use
View Articlehow to remove backdrop
edit datatable while creating new row how to remove modal backdrop set false or how to remove
View Articlerecord disappear after key in words at filter
Hi, URL: http://anta.dige2.net/admin/ Username: datatables Password: 12345678 Left menu -> Collection Description of the problem: - There is with category name [ Mutina ] and name [ COVER ] -...
View Articleno data in footer dropdowns
columns of footer are not populating with data from the table
View ArticlefooterCallback on a of a child table
Good afternoon, I have a child table built from a function: function createChild ( row ) { var table = $('<table cellpadding="5" cellspacing="0" border="0" style="padding-left:50px;">'+...
View ArticlePrint to secondary table
Good afternoon everyone, Based on the example: https://datatables.net/blog/2019-01-11 In the secondary table I have created a print button with the parameter: messageTop: 'rowData.tb_nota.id', What I...
View ArticleHow to attach and download files
Hello, I want to implement a function to attach and download files. https://editor.datatables.net/examples/advanced/upload-many.html <- I found a way to attach multiple files from that link.(There...
View Articlemixed column with prices order wrong?
it's a mixed column with multiple text elements, not just currency amounts... i can't figure out why the currency amounts aren't sorting properly (for instance $10,000 is showing as higher than...
View Articlepdf button not working
Hi, we've an old php local site to manage our stocks. In the page with reports table we have 2 buttons "pdf" and "print". The "pdf" one does not work anymore (maybe after chrome has blocked flash...
View ArticleDataTables warning: table id=example1 - Ajax error. For more information...
DataTables warning: table id=example1 - Ajax error. For more information about this error, please see http://datatables.net/tn/7
View ArticleHow can I determine which filter and filter value the user has selected?
How can I determine which filter and filter value the user has selected?
View Articleselect extension work with rowGroup?
Link to test case: https://jsfiddle.net/BeerusDev/5nLg4bt0/134/ Hello, I am trying to use the select option for the user to be able to click on their Task, and mark it as "Completed Task". Once the...
View Articlemultiple tables, same page
I have 2 tables on the same page coming from the same source. The tables are displaying fine. The problem I am having is with the state.save. When the tables are first loaded both tables are set to a...
View ArticleAttempting to remove references to TableTools
With TableTools now deprecated I am attempting to remove references to it from a legacy application. I have removed the folder from the .Net project as well as the loading script within the JS file....
View ArticleCannot get center to work
Hi, I have the following which works great, <script> $(document).ready( function () { $('#myTable').DataTable( { "order":[[1,"desc"],[2,"desc"],[3,"desc"],[4,"desc"]],...
View ArticleQuery about ajax response handling
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: Hi, Support: The DataTable library is great, it is easy to config and use, just one issue I cannot...
View ArticleMoving .dataTables_info around the page
I have a table as follows; <table id="example" class="compact stripe hover order-column" style="width:100% "> <thead style="font-weight: bold; background-color: #e0f6ff;"> <tr><th...
View ArticleI'm having trouble getting landscape to work when exporting to pdf
Hi, I'm able to export to pdf, but it always does so in portrait. I tried adding the orientation option but it doesn't seem to be working. What am I doing wrong? $( document ).ready(function() {...
View ArticleColumn control Values are not updating
Hello, I have a dynamic datatable in which input controls are creating from ajax call. And this table have more than 10 rows. All the input controls are editable. The data load from ajax call and user...
View Article