Firefox - Unaligned thead with tbody with scrollX enabled
Hi! In the company I work we're developing a web platform that needs to fully support Chrome and Firefox (at least no IE needed!) and we are using DataTables. Everything as been running smoothly with...
View ArticleInput type as text instead of search for search bar
Data Table input type as text instead of search I have a system that populate data table using CakePHP and the amazing part is its search field was something like this <input type="text"...
View ArticleDataTables not recognizing update to table from a non-DT ajax call.
Hello. I am using an ajax call to return a table, and I would like DT to do its magic upon that table. Unfortunately, while the table prints out fine, DT never "sees" it. I thought it was because the...
View Articleproblem with asp.net mvc web api get call
This is my code in the doc ready function: $("#queue").dataTable({ "processing": true, "serverSide": true, "ajax": { "url": "/api/FooBarQueue", "dataSrc": "", } }); This is an ajax call on a web api...
View Articlehow to use fixed header with col re-order
(var table = $('#example').dataTable( { dom: 'Rlfrtip' ) is not working any body try another thing so kindl help me
View ArticleBody of FixedHead datatable doesn't match with table header
For some reason the body of the table doesn't match with the header of the table. The first column in the table body (where all the companies are listed) doesn't match with the header of the table as...
View ArticleThe two DT/TT config/initalization alternatives behaving differently?
I have just started upgrading an old DT application to use the newest stable release, and at the same time I am upgrading jQuery and moving from Jquery UI to Bootstrap. Rather than migrating my old...
View ArticleFeature disabling not working
I'm trying to disable sorting and pagination on the table but it is not working. jQuery(document).ready(function($) { $('#example').DataTable({ "paging": false, "ordering": false }); }); The table is...
View ArticlePlease let me know what is the issue with code. i just did basic zero...
<!DOCTYPE html> <html> <head> <title>FLEET Spreadsheet</title><!-- DataTables CSS --> <link...
View ArticleFilter based on column
The following code i had used for calling my method to render the data, I have more than 10 field. I need to make more than two or there drop down for filter the records. When ever i changes the drop...
View ArticleAPI-Method seem to be very slow
I just want to get all the data of a row, by mouseenter on special cells, for saving it in an array for easy access. But this takes about 2,5 seconds, what is too much for opening popups with detailed...
View ArticlesDom: add new button to standard toolbar
Hi, I would like to add a button right to the 'Filter' field. I try to use the custom toolbar API but this creates a new toolbar on top of the filter field. I want it to be on the same line. here is my...
View ArticleTabletools not working with multiple datatables in the same page
I'm using the TableTools plugin to extract data, this is how I'm initializing it: var tt= new $.fn.dataTable.TableTools(myTable,{ "buttons":[ "copy", "csv", "xls", "pdf", {"type":"print",...
View ArticleFixedHeader with jQuery animations
Community, I have a table with several columns of text and several columns of numbers - all of which are presented using DataTables and FixedHeader. I dynamically create html <input> tags to...
View ArticleJavaScript runtime error: Unable to get property 'className' of undefined or...
I created a data table on an HTML table with the following code. $('#ContractsView').dataTable({ "aaSorting": [] }); This runs fine when the table is empty When this code runs for a table which has...
View ArticleUncaught TypeError: Cannot read property 'fnFilter'
Hi, After adjusting the Scrolly property, appeared the following message: Uncaught TypeError : Can not read property ' fnFilter ' . Does anyone know what might be happening or how can I solve this...
View ArticleJSF server side examples?
Hello, If anyone can point me to a working JSF example for intergrating server side support? The JED website seems to be gone. All I can find is JSP. Searching this forum yields no actual answers from...
View ArticleShow/hide columns destroy and create the content
Hello everyone, I use dataTables plugin to show and edit the content of the rows of an invoice. Before I used Flexigrid plugin to make the same thing and I used to hide the column for the agent...
View ArticleDynamic records per page
Hello, how i do that? In my case, i have all records in my db with line and page. Records e.g id | pag | desc ------------------------ 1 | 1 | Foo 2 | 2 | Bar 3 | 1 | Foo Bar 4 | 1 | Bar Foo...
View ArticleServer Side processing
Hello, if i have a table with lets say a colum that has a data "2" but "2" is a reference on another table like if 2 is Name. How can i make it display the name an not the number 2.. Table 1 (this is...
View Article