Generate datatable from HTML form
I am creating a search engine for an intranet. There are lots of entries to display, so I decided to use Jquery Datatables to show the data with a server side script. The problem I found is that I dont...
View ArticleHuge data loading issue
I am using DataTables 1.9 with server side processing for getting data from database. I have lot(around 33) of joins in SQL query because of that page loads too slow. Database is structure is too...
View ArticleIgnited Datatables // php library
Hello guys, Some of you guys might heard about Ignited Datatables. A wrapper class/library for Codeigniter. ( codeigniter version :https://github.com/IgnitedDatatables/Ignited-Datatables) Here is the...
View ArticleDefault sorting with particular column
I have such snippet, this works well: aoColumnDefsType = [ { "sType":"title-numeric", "aTargets":[ 3 ] }, { "sType":"title-numeric", "aTargets":[ 7 ] }, { "bSortable":false, "aTargets":[ 0 ] }, {...
View Articlecopy csv excel pdf print
can i have Edit Add & Delete buttons table along side "sSwfPath swf/copy_csv_xls_pdf.swf" buttons if so how ?? I have tried all way to mix and match nothing seems to work !! i.e "oTableTools": {...
View ArticlefnFilter + Regex
Hi I've seen other examples of using Regular expressions with fnFilter but I can't seem to get it working for myself. I need to filter a column that lists US States by the record ID which is a...
View ArticleRow details assign DOM object and not html
I'm trying to get the example from the forums to work http://www.datatables.net/forums/discussion/2812/row-details-assign-dom-object-and-not-html/p1 var nNew = oTable.fnOpen( nTr, '' );...
View ArticleHow to download csv using ajax request
Hello, I've been solving this issue for a whole 2 days now. I'm trying to pass json from the datatable to a php file for processing and a csv will be downloaded. I received the success message "Ajax...
View ArticleHow to refresh table after adding or removing a row from server
Hi all, What am I do wrong? I add or delete a row with javascript, then I want to refresh the table. I tried to several methods, but I could not make it. What am I missing? refreshDT($("#myTable"));...
View ArticleUse aoData objects to construct data to be send to the server.
Hi, I want to send some selected data from aoData object to the server with different names,here is how I have tired that. $.prepareDataToSend = function(aoData){ var jsonData = {...
View ArticleQuestion on sorting and a filtration
Hello from Russia! Problem that all data are output by means of PHP and SQl. At present sorting works, but sorting in DESC and as how many time tried to make sorting of date of dd/mm/yyyy doesn't work,...
View ArticleData Tables example with arrays.txt not working(ajax.html)
The example where the ajax source is specified as arrays.txt doesn't work if I run using http://localhost:8080\xxx..\ajax.html But it works if I load it as a file (c:\xx\..\ajax.html). I have not...
View ArticleError reported from netbeans
Hello I have downloaded v1.9.4 and included in a project. Netbeans reports an error in core.constructor.js at lines 12 and 13. Line 12 : Invalid return statement. Line 13 : Expected eof but found {} To...
View ArticleDatatable not displaying in google chrome
The datatable is not displaying in google chrome. Else on all browsers it is visible. I have used JSON file. The demo code for one row is, { "aaData": [ [ "<a href=\"#\" class=\"linkname\"...
View Articlehow filtering works ?
Can anybody help me understand how filtering is done in Datatable library?
View ArticleColReorderWithResize: text-overflow: ellipsis does not work
Although I made my own little ColResize plugin, I chose to stick to ColReorderWithResize, because it is maintained by others :). I now have a problem, though. On the plugin's page...
View ArticlefnRowCallback: index of data in full dataset?
My table uses a JSON-object for its data. The function fnRowCallback receives four arguments: nRow: "TR" element for the current row aData: Raw data array for this row iDisplayIndex: The display index...
View ArticleUnable to access javascript from JQuery Dialog
Hi, I am using a JQuery dialog to show a JQuery datatable in the dialog. In the JQuery datable, I have a anchor tag for which onclick I call a Javascript function. The syntax is as follows: <a...
View ArticleDefault Filter is wrong?
Hello, I have a table generated by DataTables 1.8.2, where I've added filtering to some columns. One of the columns contains eg "P 1", "P10, "P 2" etc. When I enter "P 1" in the column filter, it will...
View ArticlePlease Help Me... About Editable rows..
I had trouble with "API-Editable Row" how to insert data in mysql.....especially in server side processing I Using PHP and Mysql. Please Help Me....
View Article