Stuck on Processing
Hey all I'm back .. I keep getting a error with sEcho being undefined and not displaying anything in my tables. This keeps getting stuck on processing but I used JSONLint to check if my JSON is valid...
View ArticleDatepicker plug-in giving error in IE 8
Hello, When I use the datapicker along with datatables, it gives error in IE8 where as it works in FF. Here is my code CSS includes <link type="text/css"...
View ArticleGetting column index from sName
Is there an easy way to get the index of a column from the sName of that column? Something like: var oTable = $('#example').dataTable(); var iColIndex = oTable.fnColIndex("exampleColumn"); alert(...
View ArticleYou're accidentally creating a global in your bootstrap pagination code
On line 59 of the bootstrap example: http://datatables.net/plug-ins/pagination for ( i=0, iLen=an.length ; i<iLen ; i++ ) { iLen has not been previously defined so it gets declared as a global. This...
View ArticleRendering many (~100) small (1-10 row) tables very slow, unresponsive with...
I created this test case, but jsFiddle multiplies the render time by a factor of 4: http://jsfiddle.net/r7ZbZ/5/ ~30 s (Without date.js loaded) So here is the standalone script:...
View ArticleMultiple Tables with Nested Tables on same table
Hi There, I don't seem to be able to find the answer to this: I have a quite dynamically generated tables on my page, these tables all have nested sub tables for expanded details. To keep the...
View ArticleHow to insert a non - database field in table.
Hi, I have table with 3 ths. <th>Username</th> <th>Password</th> <th>Avatar(User's Image)</th>. I am using the PHP Server side scripting. I also wanna display the...
View ArticleChanging page or length of the table
I'm fairly new with DataTables, please bear with me :) My table has links in some of the table cells. I catch clicks on them and do some stuff: $('a.test').click( function () { console.log("clicked");...
View ArticleFilter (Search) inside Columns
Hey all, I currently have a server sided script and a client sided script which shows data inside the data table from mySQL. I know want to be able to allow the user to search for "keywords" for...
View ArticleFor *long* tables, how about improved paging feature with ranges?
E.g. I have a table with 99 pages. With 5 on display, it's quite tiresome to find the page you want. Pagination shows [first] [previous] [21] [22] [23] [24] [25] [next] [last] Beyond a certain size, it...
View ArticleSQL integration for offline database
Hello, I am trying to integrate datable editor into tablet/ipad apps. I am now looking for table/form entry like this product. I need it to use a sql database that is offline. It will be on the local...
View ArticleMediaTable – a jQuery plug-in for responsive tables
Wondered if anyone had seen this and integrated DataTables. If so let us know where we can see it....
View ArticleFormatting rows
Hi, I need to change the background color of one row depending th value of its fields , is this possible? Thancks in advance.
View ArticlefnFilter() - Trying to return empty table
I'm trying to build a datatable that loads up empty, but shows the results from an Ajax source upon request from viewusers(); Everything works, but I'm having trouble with a specific detail. If I call...
View ArticleDatatables is making two requests to my server [with debug table]
table debug: http://debug.datatables.net/ewuxer Hello, I noticed that my data table is making two request to my server. I decided to debug it with the tool provided and i noticed I am drawing the table...
View ArticleNeed help for sorting date with dd/mm/yyyy format
Hi, I have a table with 4 columns. The last one contains date (dd/mm/yyyy format). But the date doesn't sort "properly". Can anyone help me ? (i'm completely new to javascript). Here's a part of my...
View ArticleDatatables need your help....
I am using DataTables in a DNN site. My page uses pagination and allows user to check a checkbox and enter data (13 textboxes per row). At the end user clicks on Submit, then the code should submit all...
View ArticleSort table with some criteria
JQuery's DataTables has very poor docs. So sorry for maybe trivial question. I want for filter my table by some string on some column. Here is mine code: var str = "days"; my_table.fnFilter(str, 9); I...
View ArticleShow/Hide Multiple Columns using shift key?
Is this possible using ColVis or is there another way to select/deselect multiple columns to be shown?
View ArticleRefresh the filter index
Table data source is DOM. The table has filtering enabled. I change the contents of a table cell with jquery methods like .html(), .append(), .prepend(). When i enter into filter field the term/keyword...
View Article