Quantcast
Channel: Free community support — DataTables forums
Browsing all 35271 articles
Browse latest View live

DataTable NOT Loading JSON Data

I have a table with an id viewData on a file named userDetails.aspx with the implementation: User ID User Name User ID User Name In the codebehind, i have a function called getJSONData() with the...

View Article


Error in Drupal

I'd like to use Table trash module in drupal but this message error : Library variant requested: bug-fixed. The DataTables JS library could not be found. The DataTables JS library, which the...

View Article


BUG: ColReorder use (global) $ in an attempt to access jQuery

On line 110 of dataTables.colReorder.js, you have: $.fn.dataTableExt.oApi.fnColReorder ... where '$' is the global one. This will fail unless jQuery is loaded in the global scope, which is not...

View Article

Best way to adjust vertical scroll height when window resizes.

I have read past questions on this subject but they all seem to relate to the previous version of DataTable. I know the current version has a new API but I cannot see how to change the Y scroll value.

View Article

Colvis table width issue in IE 8

I have used "oColVis": { "aiExclude": tabHideColumns }, to hide the columns that should not be displayed initially. When you click the hidden column the column is displayed and again when the column is...

View Article


Editor Not Saving When "Enter" is Pressed

Hey all... I have a table defined on a web page like: var editor; $(document).ready(function() { editor = new $.fn.dataTable.Editor( { ajax: "scripts/certifications2.php", table: "#certifications",...

View Article

Change dataTables.js to Fix server side dt type DT_RowAttr

In Function function _fnRowAttributes( row ) Append the instruction to fix the gap: if ( data.DT_RowAttr ) $.each( data.DT_RowAttr, function( key, value ) { $(tr).attr( key, value ); });

View Article

Datatables In Vertical Format

Is it possible to flip the datatable OR the export so that the headers appear on the left side and data on the right. For example if I had a table - Name, Age , Address, it would be like : Name...

View Article


responsive expand icon not working

In one of my datatables the responsive expand icon appears but does nothing when clicked? There is no error in the console either. I have it working in another table and the only differences I can see...

View Article


No search box and css not completely shown.

Hi All, on some pages i have succesfully used datatables, but on another it seems to be impossible to get it right. The header of table doesnt show the 'items per page' and 'search' boxes. Also, i...

View Article

Hello... I got confused...

In my table, the class="display" is only applied to the first column... And I don't know why... I mean the stripes, the hover is only applied to the first column. I had this code. HTML: < table...

View Article

Search returns back data against a button

I have a datatable which has a button on each row. If I search for "1-" which is the start of the ID of the button, this is returned in the results. How can I prevent this from happening? Its also not...

View Article

DataTables warning (table id = 'insrecord'): Added data (size 4) does not...

Somebody please look into this . Its driving me nuts http://stackoverflow.com/questions/27381226/datatables-warning-table-id-insrecord-added-data-size-4-does-not-match

View Article


Problems decompiling copy_csv_xls_pdf.swf

Dear all, Once I decompiled the file "copy_csv_xls_pdf.swf" using JPEX Free Flash Decompiler I am able to edit ZeroClipboard script. The problem comes when I save the document for reinserting it back...

View Article

Problem hiding column.

Hi All, I'm having some troubles hiding a column and I'm looking for some advice. What I've noticed is that the column is hidden before my ajax data source loads (during processing) but appears again...

View Article


slow performance "fnRowCallback"

Background: we are using datatables v1.9.4 (server side processing) with other add-ons for showing/hiding columns, Fixed headers, sorting, filtering, pagination, changing number of rows on fly, export...

View Article

Sorting breaks when trying to use columns.orderData with order

JS Fiddle In my datatable, I have two columns which I want to do a multi-column default sort. However, the columns I want to sort by are for display purposes only, the actual values I want to sort by...

View Article


How to safely modify the table tools AS3 source file?

Dear all, I am in trouble making changes in the table tools AS3 source file. What is the best way to do it? It seems that the styles can only be modified doing the following: Save the table data to a...

View Article

Server Side Datatable, show foreign key name

I don't know if this is really hard or not but I'm trying to show on my datatable the name of 2 Foreign key's http://jsfiddle.net/ceuLofjt/ Else to show the id_tipo and id_marca want show the name. So,...

View Article

Pagination controls are not in boxes - CSS problem?

Not good with CSS or HTML in general. My DataTables with TableTools internal installation is working well except the pagination text and numbers are not rendered in boxes. Normal placement bottom right...

View Article
Browsing all 35271 articles
Browse latest View live