Auto Refresh Table on database update.
Hi, i`m using this example : <?php $con = mysql_connect("localhost", "root", ""); if (!$con) { die("Error: " . mysql_error()); } mysql_select_db("sample", $con); $result = mysql_query("SELECT * FROM...
View ArticleModify cell contents of a column in fnRowCallback where column position...
Hi all, I'm using fnRowCallback to get modify a row's data var txtName = aData["name"]; $('td:eq(3)', nRow).html(txtName +"<br><div class='usedToTriggerSomethingOnClick'>View...
View Articlehow to change select values in jquery column filter according to filter?
how to change select values in jquery column filter according to filter???????????
View ArticleRenders correctly but with message: Requested unknown parameter '0'...
Hi all, http://live.datatables.net/ifijow/5/edit I tried using datatables and it threw a "Requested unknown parameter '0' from the data source for row 0" error. All the data aoColumns is looking for...
View ArticleHow to minify again dataTables
I would like to fix a bug as Allen told me and for that I would need to correct it in the non minified version and then minify it again. I was wondering which method should I use to minify the...
View ArticleHow should I handle huge data as it takes toooooo much time to load.
Hi all I am using datatables for listing its working fine but when there is huge amount of data it takes too much time to load the list even I have waited for 10-15 mins but its dont show list just...
View ArticleHow to show "Show X entries" and Showing 1 to X of X entries on the...
HI, After the datatable is populated, how do I position the Show X entries and Showing 1 to X of X entries on top and bottom of the DataTable? Thanks
View ArticleColumn alignment messed up when paging turned off
DataTables is working fine for some simple tables I have it implemented for, but when I attempt to turn off paging via the following initialization call: $("#reviewtable").dataTable({ "sScrollY":...
View ArticleColumn sorting clones the header somehow...
Here is my debug link: http://debug.datatables.net/eqiyoz I've got one table initialised, with several plugins activated as in the sDom string: '<"H"Tlfr>t<"F"ip>' I had column reorder and...
View ArticleStrange issue with IE8 with 1.9.4
I'm having a strange issue with IE8 - our corporate standard (at least it's not IE6) - in _ fnCalculateColumnWidths ( oSettings ) line 3565 - var iColums = oSettings.aoColumns.length; In IE9, IE10,...
View ArticleColVis will not go - Nightly Build of ColVis - 1.1.0-dev
Hi, Just downloaded the nightly build of ColVis: 1.1.0-dev Wed 27th Mar 2013, 15:29 Clicking on the "Show / hide Columns" test/button displays the column tick boxes BUT there appears to be no way to...
View ArticleField Tool Tip Feature
Just getting started with Editor for DataTables and wondering if there is a way to include "Tool Tip" like feature on each of the fields in an editor instance in order to define the nature of the field...
View ArticlePagination and AJAX
Hi, I'm using datatables and I don't if it's possible to load only some row from database and have pagination from all of them. The ideia is to load and show, for example, 5 rows and when we click on...
View ArticleTwitter Bootstrap (V2) style not displayed
Hi, i followed this post (http://www.datatables.net/blog/Twitter_Bootstrap_2) in order to make DataTables look like the table of Twitter Bootstrap. But for some reason i can't get the TB style applied...
View ArticleChange globally the alignment of cells based on sType
Hi Datatable experts, Is there a global way to align the cells in the table based on their type. By default, all cells are aligned to the left when dataTable is applied. I need to align numbers to the...
View ArticleFreeze sorting function
Hi there. I am working on project that is using DataTables 1.9. I created simple edit row function, which is based on getting data (form) from server via ajax. When i retrieve data for edited row i use...
View ArticleDataTable RowGrouping Not Grouping Error
Hi, I am using DataTable 1.9 and the RowGrouping pluging. The IQueryable collection being binded to the datatable is not sorted or grouped before the databinding event. When I used the following code...
View ArticleRow/Column Grouping No Data Bug
When using column and row group on table headers, if there is no data in the table the error "Uncaught TypeError: Object #<error> has no method 'replace'" is thrown. I understand that table body...
View Article