Datatables 1.9.4-- stop running script error on IE
I am using version 1.9.4 in my application, user is constantly getting stop running the script error on IE (8,9 etc)... I have used the IE profiler , I have the below results : (some of the functions)...
View Articleproblem installing on localhost (I am a php ignorant)
Hi there, I just aquired and downloaded Datatables and Editor. I try to install them on my local ubuntu box. To do so I created a mysql database with the sample data I found (mysql.sql, and data.sql)....
View ArticleColReorder: prevent dragging any column before first column (even if first...
Hello Allan I've been tinkering with ColReorder for my client: wonderful! However, I'm seeing some small problems. My first column always contains the ID of the row record for use with some custom...
View Articlefnfilter regex limit
Hi I created a multi select drop down with checkboxes for several columns in my table, when an option is check or uncheck i am calling this function $('.multi-select', this).change( function () {...
View ArticleGetting column titles with row data...
Hi there, Is there an example where the column titles can be retrieved and parsed at the same time as the data rows, using the server side processing option of datatables?
View ArticleCannot empty the table on server-side processing
Hello, I have a datatable that has a purge button to purge the cache on a large dataset. The issue I have is that when the purge button is clicked it sends a request and this can take a few minutes to...
View ArticleError: Table 'mydb.ajax' doesn't exist
[DataTables Server Side PHP][1] When I try to use the default DataTables server side script I get Table 'mydb.ajax' doesn't exist. Needless to say, no data is being returned from the db. The code I've...
View ArticleAdding button using fnRender and getting oObj.aData[0] bugs
Hi, I'm having a hard time figuring out where is the bug in the code below : I have a table and i add in the first column a button, as well as in the last two columns. However, it seems that the...
View Articlemanually redraw data
Hi, Is there any way to reload aData to html without any of API call that requires data manipulation or so? i.e. if row was modified by user with no fnUpdate call and i want at some moment set back...
View ArticleOn-delegated click event and fnGetData
Hi all, Disclaimer: I'm fairly new to javascript, jquery and datatables and at the moment am relying on stitching together code in the examples to get somewhere close to what I want to do. I have a...
View ArticleHow can I hide the loading indicator when no items are returned?
Hello, I finally got the loading indicator working but I have one issue with it. I have a problem with datatables not hiding the loading indicator when there are no items returned. Basically, it shows...
View Article[Please Help] Row Selection with Fixed column
Dear Allen, I am using datatable with fixed column plug in. but when i click row on fixed columns, it doesn't select entire row but only selects Fixed column row. could you please provide solution like...
View ArticleCRUD for edit table (ADD and DELETE button) but I have an error on JS
HI! I want use [url=http://jquery-datatables-editable.googlecode.com/svn/trunk/index.html]this[/url] for edit my DataTables. I have included all JS file I have associated and ID to my table I have...
View ArticleUsing DataTables with TableCheckable
TableCheckable is a jQuery plugin not much unlike DataTables. It introduces some functionality and styling for having checkable table rows. Now, in order to use TableCheckable, on has to apply some...
View ArticleRequested unknown parameter '0' from the data source for row 0
I'm using array of objects - convert list of objects using GSON. In debug console it looks like this { "aaData" : [ { "email":"EEE", "login": "log1", "password" : "a235123151312", "id" : 1 }, {...
View ArticleServer Side values not getting set in DataTable..Help Please
At (Server Side) Java level: Here is what I am doing responseJSONObject.put("sEcho", 3); responseJSONObject.put("iTotalRecords",jsonArray.length()); responseJSONObject.put("aaSorting",sortingArray);...
View ArticlefnDeleteRow not removing fnAddRow
I have some code that adds a row to the data table by passing the object into fnAddData function, the row renders perfectly. However, I have an .on('click') even that fires, reads the...
View ArticleNewly created row not displayed
While adding new row in middle of the table, pagination entries is updated with new tr count but row is not visible in screen. I am able to see all row in console by using var nNodes =...
View ArticlePagination not working correctly
http://i.imgur.com/B8GVd4D.png That picture sums up my pagination issues! My database consists of 29.000 records, and I am using the sAjaxSource, bProcessing and bServerSide to fit my goals. In my PHP...
View Articlecan't get data from row
When I click on a row - I add class info to it. $("#roletable tbody").click(function(event) { $(oTable2.fnSettings().aoData).each(function() { $(this.nTr).removeClass('info'); });...
View Article